-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
70 lines (67 loc) · 1.55 KB
/
environment.yml
File metadata and controls
70 lines (67 loc) · 1.55 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# A Conda environment for the Groundwater Modeling Workshop
name: gw-workshop
channels:
- conda-forge
dependencies:
# 1. Core Python and Environment Management
- python>=3.12
- pip
# 2. Key Scientific & Geospatial Libraries (Best managed by Conda)
- pandas>=2.0.0
- numpy>=2.2.6
- geopandas>=0.14.0
- rasterio>=1.4.3
- seaborn>=0.13.0
- matplotlib>=3.10.3
- matplotlib-scalebar>=0.9.0
- plotly>=6.2.0
- folium>=0.20.0
- pykrige>=1.7.0
- openpyxl
- geopy>=2.4.1
# 3. Jupyter & IPython Ecosystem
- ipykernel>=6.29.5
- ipywidgets>=8,<9
- jupyter-client>=8.6.3
- jupyter-core>=5.8.1
- nbformat>=5.10.4
# 4. Other dependencies installed via pip
- pip:
- asttokens==3.0.0
- colorama==0.4.6
- comm==0.2.2
- contourpy==1.3.2
- cycler==0.12.1
- debugpy==1.8.14
- decorator==5.2.1
- exceptiongroup==1.3.0
- executing==2.2.0
- fonttools==4.58.4
- ipython==8.37.0
- jedi==0.19.2
- kiwisolver==1.4.8
- matplotlib-inline==0.1.7
- nest-asyncio==1.6.0
- packaging==25.0
- parso==0.8.4
- pillow==11.2.1
- platformdirs==4.3.8
- prompt-toolkit==3.0.51
- psutil==7.0.0
- ptyprocess==0.7.0
- pure-eval==0.2.3
- pygments==2.19.2
- pyparsing==3.2.3
- python-dateutil==2.9.0.post0
- pyzmq==27.0.0
- ruff==0.12.0
- six==1.17.0
- stack-data==0.6.3
- tornado==6.5.1
- traitlets==5.14.3
- typing-extensions==4.14.0
- wcwidth==0.2.13
- ffmpeg-python>=0.2.0
- imageio-ffmpeg>=0.6.0
- imageio>=2.37.0
- scalebar>=0.5.2