File: 39-latest.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 (19 lines) | stat: -rw-r--r-- 251 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
name: test
channels:
  - conda-forge
dependencies:
  - python=3.9
  # required
  - networkx
  - numpy
  - pandas
  - scikit-learn
  - scipy
  # testing
  - geopandas<1
  - libpysal
  - pytest
  - pytest-cov
  - pytest-xdist
  - codecov
  - matplotlib