File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: parcels
22channels :
33 - conda-forge
44dependencies : # ! Keep in sync with [tool.pixi.dependencies] in pyproject.toml
5- - python>=3.11, <3.13
5+ - python>=3.11, <3.13 # https://github.com/UXARRAY/uxarray/issues/1212#issuecomment-2810566369
66 - ffmpeg>=3.2.3
77 - jupyter
88 - matplotlib-base>=2.0.2
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ description = "Framework for Lagrangian tracking of virtual ocean particles in t
88readme = " README.md"
99dynamic = [" version" ]
1010authors = [{name = " oceanparcels.org team" }]
11- requires-python = " >=3.11"
11+ requires-python = " >=3.11,<3.13 " # https://github.com/UXARRAY/uxarray/issues/1212#issuecomment-2810566369
1212license = {file = " LICENSE.md" }
1313classifiers = [
1414 " License :: OSI Approved :: MIT License" ,
You can’t perform that action at this time.
0 commit comments