File: 310-oldest.yaml

package info (click to toggle)
esda 2.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 155,452 kB
  • sloc: python: 7,985; makefile: 40
file content (25 lines) | stat: -rw-r--r-- 360 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.10
  # required
  - libpysal=4.12
  - geopandas=0.12
  - numpy=1.24
  - pandas<1.6
  - scikit-learn=1.2
  - scipy=1.9
  - shapely=2.0
  - fiona<1.9
  # optional
  - rtree=1.0
  # testing
  - codecov
  - folium
  - mapclassify
  - matplotlib
  - seaborn
  - pytest
  - pytest-cov
  - pytest-xdist