Skip to content

Commit 2a64c17

Browse files
committed
add link to issue
1 parent c16f872 commit 2a64c17

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: parcels
22
channels:
33
- conda-forge
44
dependencies: #! 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "Framework for Lagrangian tracking of virtual ocean particles in t
88
readme = "README.md"
99
dynamic = ["version"]
1010
authors = [{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
1212
license = {file = "LICENSE.md"}
1313
classifiers = [
1414
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)