Skip to content

Commit 0c763da

Browse files
authored
fix jax version instead of scvi-tools
1 parent e80cfe8 commit 0c763da

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ include_package_data = True
1515
packages = find:
1616
install_requires =
1717
pyro-ppl>=1.8.0
18-
scvi-tools>=0.15.3<0.15.5
18+
scvi-tools>=0.15.3
1919
torch>=1.9.0
2020
pymc3>=3.8<3.10
21+
jax>=0.3,<=0.3.6
2122
arviz==0.10.0
2223
numpy
2324
pandas

0 commit comments

Comments
 (0)