File: environment.yml

package info (click to toggle)
libpysal 4.12.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,704 kB
  • sloc: python: 25,817; xml: 548; makefile: 48
file content (31 lines) | stat: -rw-r--r-- 429 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
26
27
28
29
30
31
name: libpysal
channels:
  - conda-forge
dependencies:
  # core env deps
  - python
  - jupyterlab
  # core libpysal deps
  - beautifulsoup4
  - geopandas
  - jinja2
  - packaging
  - pandas
  - platformdirs
  - requests
  - scipy
  - shapely
  # optional libpysal deps
  - geodatasets
  - joblib
  - matplotlib
  - networkx
  - numba
  - pyarrow
  - scikit-learn
  - sqlalchemy
  - xarray
  - zstd
  - pip
  - pip:
      - pulp