diff --git a/pyproject.toml b/pyproject.toml index 645fe64ce..a9827794a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "pandas>=0.21.0,<4.0.0", "numpy>=1.13.0,<3.0.0", "scikit_learn>=1.0.0,<2.0.0", - "juliacall>=0.9.24,<0.9.27", + "juliacall>=0.9.24,<0.9.36", "click>=7.0.0,<9.0.0", "typing-extensions>=4.0.0,<5.0.0", ] @@ -30,16 +30,16 @@ dependencies = [ [project.optional-dependencies] dev = [ "coverage>=7,<8", - "beartype>=0.19,<0.22", + "beartype>=0.19,<0.23", "ipykernel>=6,<7", "ipython>=8,<9", - "jax[cpu]>=0.4,<0.6", + "jax[cpu]>=0.4,<0.11", "jupyter>=1,<2", - "mypy>=1,<2", + "mypy>=1,<3", "nbval>=0.11,<0.12", "pandas-stubs", "pre-commit>=3.0,<5", - "pytest-cov>=5,<7", + "pytest-cov>=5,<8", "pytest>=8,<9", "tensorboard>=2,<3", "torch>=2,<3",