-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenvironment.yml
More file actions
49 lines (49 loc) · 848 Bytes
/
Copy pathenvironment.yml
File metadata and controls
49 lines (49 loc) · 848 Bytes
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
name: locpick
channels:
- conda-forge
- defaults
dependencies:
- python>=3.12
# core scientific stack
- numpy>=1.23
- pandas>=1.5
- scipy>=1.9
- formulaic>=0.5
- numba>=0.59
- xarray>=2022.06
- scikit-sparse
# optional (jax)
- jax>=0.4
- jaxlib>=0.4
# optional (optimagic – additional solver algorithms)
- optimagic>=0.5
# optional (spatial)
- libpysal>=4.0
- geopandas>=0.13
- scikit-learn>=1.2
- lazy_loader
# development & testing
- pytest>=7
- pytest-cov
- pytest-xdist
- coverage
- codecov
- ruff
- pre-commit
# docs
- numpydoc
- nbsphinx
- myst-parser
- myst-nb
- sphinx>=7
- sphinx-autodoc2
- sphinxcontrib-bibtex
- sphinx-copybutton
- sphinx-immaterial
- watermark
# notebooks & exploration
- jupyterlab
- matplotlib
- pip
- pip:
- -e .[dev]