Skip to content

Commit 64e4ec1

Browse files
committed
Update environment.yml
Add nodefaults to ignore global default channels and add specific version of pip dependency
1 parent 516ca53 commit 64e4ec1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: coast
22
channels:
33
- conda-forge
4+
- nodefaults
45
dependencies:
56
- python==3.10
67
- cython==3.1.1
@@ -10,7 +11,7 @@ dependencies:
1011
- h5py==3.6.0
1112
- netCDF4==1.5.8
1213
- zarr==2.18.3
13-
- pip
14+
- pip==25.1.1
1415
- pytest==7.1.1
1516
- pytest-mock==3.7.0
1617
- numpy==1.26.4

0 commit comments

Comments
 (0)