Skip to content

Commit ee17b6c

Browse files
Update SURF config (#124)
1 parent 16605f0 commit ee17b6c

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

docs/classroom-surf-environment.yml

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,20 @@ miniconda:
3434
- conda-forge
3535
- defaults
3636
dependencies:
37-
- python=3.10
38-
- virtualship
37+
- python=3.12
38+
- git
39+
40+
# virtualship deps
41+
- click
42+
- parcels >3.1.0
43+
- pyproj >=3,<4
44+
- sortedcontainers ==2.4.0
45+
- opensimplex ==0.4.5
46+
- numpy >=1,<2
47+
- pydantic >=2,<3
48+
- copernicusmarine >=2
49+
50+
# extra
3951
- xarray
4052
- numpy
4153
- scipy
@@ -51,8 +63,6 @@ miniconda:
5163
# After conda-packages pip-packages can still be installed
5264
# so install pip ...
5365
- pip
54-
# ... and tell conda to use it:
55-
# - pip:
56-
# - requests
57-
# - ...
66+
- pip:
67+
- git+https://github.com/OceanParcels/virtualship@main
5868
prefix: /etc/miniconda/envs

0 commit comments

Comments
 (0)