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 34f3caa commit b6e20c0Copy full SHA for b6e20c0
setup.py
@@ -31,6 +31,7 @@
31
"keywords": ["NEMO", "shallow water", "ocean assessment"],
32
"project_urls": {"documentation": "https://british-oceanographic-data-centre.github.io/COAsT/"},
33
"install_requires": [
34
+ "cython<3.0.0",
35
"PyYAML==6.0",
36
"oyaml==1.0",
37
"pytest==7.1.1",
@@ -53,7 +54,6 @@
53
54
"aiohttp==3.11.13",
55
"tqdm==4.67.1",
56
"pyproj==3.6.1",
- "cython<3.0.0",
57
"cartopy==0.23.0",
58
"h5py==3.6.0",
59
"zarr==2.18.2",
0 commit comments