We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf2363 commit 766d930Copy full SHA for 766d930
pyproject.toml
@@ -26,7 +26,7 @@ classifiers = [
26
"Programming Language :: Python :: 3.12",
27
]
28
dependencies = [
29
- "jax>=0.4.30; python_version < '3.13'",
+ "jax>=0.4.10; python_version < '3.13'",
30
"jax>=0.4.34; python_version >= '3.13'",
31
"jaxtyping>=0.2.36",
32
"numpy>=1.25; python_version < '3.13'",
@@ -53,7 +53,7 @@ build-backend = "hatchling.build"
53
[dependency-groups]
54
dev = [
55
"flax>=0.10.2",
56
- "jax[cuda12]>=0.4.38",
+ "jax[cuda12]>=0.4.10",
57
"parameterized>=0.9.0",
58
"pre-commit-uv>=4.1.4",
59
"pytest>=8.3.4",
0 commit comments