Skip to content

Commit 4e6f643

Browse files
committed
restore edits that I did not use
1 parent a82f585 commit 4e6f643

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

environment.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
name: coast-15mar7
1+
name: coast
22
channels:
33
- anaconda
44
- conda-forge
55
- defaults
66
dependencies:
77
- python==3.10
8-
- pip==22.2.2
9-
- cartopy==0.21.0
10-
- gsw==3.6.17
8+
- pip>=22.2.2
9+
- cartopy>=0.21.0
10+
- gsw>=3.6.17
1111
- pip:
1212
- numpy==1.22.3
13-
- dask==2022.3.0
14-
- dask[complete]==2022.3.0
15-
- xarray==2022.3.0
16-
- matplotlib==3.5.3
13+
- dask>=2022.3.0
14+
- dask[complete]>=2022.3.0
15+
- xarray>=2022.3.0
16+
- matplotlib>=3.5.3
1717
- netCDF4==1.5.8
18-
- scipy==1.8.0
19-
- gsw==3.6.17
20-
- utide==0.3.0
21-
- scikit-learn==1.0.2
22-
- tqdm==4.66.1
23-
- pyproj==3.5.0
24-
- scikit-image==0.19.2
25-
- statsmodels==0.13.2
26-
- pydap==3.2.2
27-
- lxml==4.9.0
28-
- requests==2.27.1
29-
# - spyder==5.1.5
30-
# - jupyterlab
18+
- scipy>=1.8.0
19+
- gsw>=3.6.17
20+
- utide>=0.3.0
21+
- scikit-learn>=1.0.2
22+
- tqdm>=4.66.1
23+
- pyproj>=3.5.0
24+
- scikit-image>=0.19.2
25+
- statsmodels>=0.13.2
26+
- pydap>=3.2.2
27+
- lxml>=4.9.0
28+
- requests>=2.27.1
29+
- spyder>=5.1.5
30+
- jupyterlab

0 commit comments

Comments
 (0)