We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16605f0 commit ee17b6cCopy full SHA for ee17b6c
docs/classroom-surf-environment.yml
@@ -34,8 +34,20 @@ miniconda:
34
- conda-forge
35
- defaults
36
dependencies:
37
- - python=3.10
38
- - virtualship
+ - python=3.12
+ - 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
51
- xarray
52
- numpy
53
- scipy
@@ -51,8 +63,6 @@ miniconda:
63
# After conda-packages pip-packages can still be installed
64
# so install pip ...
65
- pip
54
- # ... and tell conda to use it:
55
- # - pip:
56
- # - requests
57
- # - ...
66
+ - pip:
67
+ - git+https://github.com/OceanParcels/virtualship@main
58
68
prefix: /etc/miniconda/envs
0 commit comments