We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17a880d commit bae644dCopy full SHA for bae644d
1 file changed
pyproject.toml
@@ -13,7 +13,7 @@ readme = "README.md"
13
dependencies = ["numpy >=1.18.0", "galsim >=2.7.0", "jax >=0.6.0", "astropy >=2.0", "quadax", "equinox"]
14
15
[project.optional-dependencies]
16
-dev = ["pytest~=8", "pytest-codspeed", "pytest-randomly", "pytest-split", "pytest-retry", "pytest-xdist"]
+dev = ["pytest=8", "pytest-codspeed", "pytest-randomly", "pytest-split", "pytest-retry", "pytest-xdist"]
17
docs = ["sphinx>=7.0", "furo>=2024.1.29", "sphinx-design>=0.5", "sphinx-copybutton"]
18
19
[project.urls]
0 commit comments