From 0b15942704d915633b6eeec13802fd518a18070e Mon Sep 17 00:00:00 2001 From: Dan Foreman-Mackey Date: Thu, 2 Nov 2023 16:41:47 -0400 Subject: [PATCH] Upper limit on xarray version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c3915987..c0efa93d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",