Skip to content

Commit 6d351e5

Browse files
authored
Update setup.py
1 parent 16c23fd commit 6d351e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"Programming Language :: Python",
2424
"Programming Language :: Python :: 3",
2525
]
26-
INSTALL_REQUIRES = ["tensorflow-probability", "numpyro", "jax<=0.2.20"]
26+
INSTALL_REQUIRES = ["tensorflow-probability", "numpyro", "jax"]
2727
EXTRA_REQUIRE = {
2828
"test": ["pytest>=3.6"],
2929
}

0 commit comments

Comments
 (0)