Skip to content

Commit b6e20c0

Browse files
committed
Update setup.py
Move cython dependency to be installed before PyYAML dependency
1 parent 34f3caa commit b6e20c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"keywords": ["NEMO", "shallow water", "ocean assessment"],
3232
"project_urls": {"documentation": "https://british-oceanographic-data-centre.github.io/COAsT/"},
3333
"install_requires": [
34+
"cython<3.0.0",
3435
"PyYAML==6.0",
3536
"oyaml==1.0",
3637
"pytest==7.1.1",
@@ -53,7 +54,6 @@
5354
"aiohttp==3.11.13",
5455
"tqdm==4.67.1",
5556
"pyproj==3.6.1",
56-
"cython<3.0.0",
5757
"cartopy==0.23.0",
5858
"h5py==3.6.0",
5959
"zarr==2.18.2",

0 commit comments

Comments
 (0)