Skip to content

Commit

Permalink
Upper limit on xarray version
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm authored Nov 2, 2023
1 parent 2e85fc6 commit 0b15942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = ["jax", "jaxlib", "jpu>=0.0.2", "equinox"]
dev = ["nox", "ruff", "black", "pre-commit", "pytest", "sympy"]
test = ["pytest", "pytest-xdist", "exoplanet-core", "batman-package"]
test-math = ["sympy"]
comparison = ["starry", "numpy<1.22", "tqdm"]
comparison = ["starry", "numpy<1.22", "tqdm", "xarray<2023.10.0"]
docs = [
"matplotlib",
"arviz",
Expand Down

0 comments on commit 0b15942

Please sign in to comment.