File: 312-dev.yaml

package info (click to toggle)
mapclassify 2.8.1-3.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,632 kB
  • sloc: python: 2,521; makefile: 44; lisp: 7
file content (25 lines) | stat: -rw-r--r-- 555 bytes parent folder | download | duplicates (2)
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
name: test
channels:
  - conda-forge
dependencies:
  - python=3.12
  # testing
  - pytest
  - pytest-cov
  - pytest-xdist
  - pytest-mpl
  - codecov
  # optional
  - pyproj
  - pip
  - pip:
      - --pre --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple --extra-index-url https://pypi.org/simple
      - scipy
      - scikit-learn
      - pandas
      - networkx
      - matplotlib
      - shapely
      - fiona
      - git+https://github.com/pysal/libpysal.git@main
      - git+https://github.com/geopandas/geopandas.git@main