File: 39-oldest.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 (20 lines) | stat: -rw-r--r-- 291 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
name: test
channels:
  - conda-forge
dependencies:
  - python=3.9
  # required
  - networkx=2.7
  - numpy=1.23
  - pandas=1.4
  - scikit-learn=1.0
  - scipy=1.8
  # testing
  - fiona<1.10
  - geopandas<1
  - libpysal
  - pytest
  - pytest-cov
  - pytest-xdist
  - codecov
  - matplotlib=3.5