Skip to content

Commit 8927044

Browse files
Merge branch 'main' into integration
2 parents 4b69e38 + a59d8b3 commit 8927044

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,12 @@ classifiers = [
3333

3434
dependencies = [
3535
"aniposelib",
36-
"dynamax",
37-
"jax",
36+
# Transient dep of dynamax, pinned to prevent starlette upgrade which breaks LPA.
37+
# 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)",
3842
"jaxlib",
3943
"matplotlib",
4044
"numpy (>=2.0.0)",

0 commit comments

Comments
 (0)