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 50e5cb4 commit 2ec4edeCopy full SHA for 2ec4ede
environment.yml
@@ -3,7 +3,7 @@ channels:
3
- conda-forge
4
dependencies:
5
- click
6
- - parcels >= 3, < 4
+ - parcels >3, <3.1.0
7
- pyproj >= 3, < 4
8
- sortedcontainers == 2.4.0
9
- opensimplex == 0.4.5
pyproject.toml
@@ -26,7 +26,7 @@ classifiers = [
26
]
27
dependencies = [
28
"click",
29
- "parcels >= 3, < 4",
+ "parcels >3, <3.1.0",
30
"pyproj >= 3, < 4",
31
"sortedcontainers == 2.4.0",
32
"opensimplex == 0.4.5",
0 commit comments