forked from geohang/PyHydroGeophysX
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
25 lines (25 loc) · 768 Bytes
/
Copy pathenvironment.yml
File metadata and controls
25 lines (25 loc) · 768 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
name: pyhydrogeophysx
channels:
- conda-forge
- nodefaults
# NOTE: PyGIMLi is installed via pip (pgcore now has cp313 manylinux wheels on PyPI).
# Conda channel 'gimli' is not needed. For local development you can also use:
# conda create -n pyhydrogeophysx -c gimli -c conda-forge pygimli=1.5.5 python=3.11
dependencies:
- python=3.13
- pip
- pip:
# Web app and pure-Python/scientific packages install faster as wheels.
- scipy>=1.8,<3.0
- matplotlib>=3.5,<4.0
- pandas>=1.3
- pyarrow>=14.0
- plotly>=5.18,<7.0
- streamlit>=1.35,<2.0
- streamlit-plotly-events>=0.0.6
- joblib>=1.2
- tqdm>=4.62
- simpeg>=0.24,<1.0
- flopy>=3.5,<4.0
- pgcore==1.5.5
- pygimli==1.5.5.post1