We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b69e38 + a59d8b3 commit 8927044Copy full SHA for 8927044
1 file changed
pyproject.toml
@@ -33,8 +33,12 @@ classifiers = [
33
34
dependencies = [
35
"aniposelib",
36
- "dynamax",
37
- "jax",
+ # Transient dep of dynamax, pinned to prevent starlette upgrade which breaks LPA.
+ # https://github.com/paninski-lab/eks/issues/70#issuecomment-4217129266
38
+ "python-fasthtml (<=0.12.50)",
39
+ "dynamax (<=1.0.1)",
40
+ # Dynamax needs jax pinned: https://github.com/paninski-lab/eks/issues/70
41
+ "jax (<=0.4.36)",
42
"jaxlib",
43
"matplotlib",
44
"numpy (>=2.0.0)",
0 commit comments