Skip to content

Commit d48e4c0

Browse files
committed
Updated environment.yml
Remove defaults channel and set a specific version for each dependency
1 parent 54709b5 commit d48e4c0

File tree

1 file changed

+22
-23
lines changed

1 file changed

+22
-23
lines changed

environment.yml

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,31 @@
11
name: coast
22
channels:
33
- conda-forge
4-
- defaults
54
dependencies:
65
- python==3.10
7-
- cython
8-
- cartopy>=0.21.0
9-
- gsw>=3.6.17
10-
- xarray>=2022.3.0
11-
- h5py
6+
- cython==3.1.1
7+
- cartopy==0.24.0
8+
- gsw==3.6.19
9+
- xarray==2023.7.0
10+
- h5py==3.6.0
1211
- netCDF4==1.5.8
13-
- zarr
14-
- pip
12+
- zarr==2.18.3
13+
- pip==25.1.1
1514
- pytest==7.1.1
1615
- pytest-mock==3.7.0
1716
- numpy==1.26.4
18-
- dask>=2022.3.0
19-
- dask[complete]>=2022.3.0
20-
- matplotlib>=3.5.3
21-
- scipy>=1.8.0
22-
- utide>=0.3.0
23-
- scikit-learn>=1.0.2
24-
- tqdm>=4.66.1
25-
- pyproj>=3.5.0
26-
- scikit-image>=0.19.2
27-
- statsmodels>=0.13.2
28-
- pydap>=3.2.2
29-
- lxml>=4.9.0
30-
- requests>=2.27.1
31-
- spyder>=5.1.5
32-
- jupyterlab
17+
- dask==2024.8.1
18+
- dask[complete]==2024.8.1
19+
- matplotlib==3.10.1
20+
- scipy==1.15.2
21+
- utide==0.3.1
22+
- scikit-learn==1.6.1
23+
- tqdm==4.67.1
24+
- pyproj==3.6.1
25+
- scikit-image==0.25.0
26+
- statsmodels==0.14.4
27+
- pydap==3.5.5
28+
- lxml==4.9.2
29+
- requests==2.32.3
30+
- spyder==6.0.7
31+
- jupyterlab==4.4.3

0 commit comments

Comments
 (0)