Skip to content

Commit c16f872

Browse files
Require python less than 3.13 for uxarray compatibility
Related to UXARRAY/uxarray#1212 Related to #1977
1 parent caf4533 commit c16f872

1 file changed

Lines changed: 1 addition & 1 deletion

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
5+
- python>=3.11, <3.13
66
- ffmpeg>=3.2.3
77
- jupyter
88
- matplotlib-base>=2.0.2

0 commit comments

Comments
 (0)