Skip to content

Commit

Permalink
EXP: do not install netcdf4 on Python 3.13 (do not merge)
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Oct 10, 2024
1 parent a4269e8 commit 5c4b45d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ answer-testing = "yt.utilities.answer_testing.framework:AnswerTesting"
[project.optional-dependencies]
# some generic, reusable constraints on optional-deps
HDF5 = ["h5py>=3.1.0,!=3.12.0; platform_system=='Windows'"] # see https://github.com/h5py/h5py/issues/2505
netCDF4 = ["netCDF4!=1.6.1,>=1.5.3"] # see https://github.com/Unidata/netcdf4-python/issues/1192
netCDF4 = [
"netCDF4!=1.6.1,>=1.5.3; python_version < '3.13'" # see https://github.com/Unidata/netcdf4-python/issues/1192
]
Fortran = ["f90nml>=1.1"]

# frontend-specific requirements
Expand Down

0 comments on commit 5c4b45d

Please sign in to comment.