Skip to content

Commit

Permalink
Make tfp dep stricter
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Nov 10, 2023
1 parent 9f496d6 commit efaa8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
tests_require=tests_require,
test_suite="modnet.tests",
extras_require={
"bayesian": ["tensorflow-probability~=0.18"],
"bayesian": ["tensorflow-probability==0.18"],
"test": tests_require,
"dev": dev_require,
},
Expand Down

0 comments on commit efaa8f2

Please sign in to comment.