File: environment.yml

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 (19 lines) | stat: -rw-r--r-- 263 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: esda
channels:
  - conda-forge
dependencies:
  - python=3.12
  # required
  - geopandas
  - libpysal>=4.12
  - numpy
  - pandas
  - scikit-learn
  - scipy
  - shapely
  # optional, testing, etc.
  - folium
  - mapclassify
  - matplotlib
  - numba
  - rtree