File: 312-dev.yaml

package info (click to toggle)
esda 2.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 155,444 kB
  • sloc: python: 7,981; makefile: 40
file content (26 lines) | stat: -rw-r--r-- 587 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: test
channels:
  - conda-forge
dependencies:
  - python=3.12
  # required
  - geos
  # optional
  - rtree
  # testing
  - codecov
  - folium
  - mapclassify
  - matplotlib
  - seaborn
  - pytest
  - pytest-cov
  - pytest-xdist
  - pip:
      - --pre --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple --extra-index-url https://pypi.org/simple
      - scikit-learn
      - scipy
      - pandas
      - git+https://github.com/pysal/libpysal@main
      - git+https://github.com/geopandas/geopandas@main
      - git+https://github.com/toblerity/shapely@main