Skip to content

Commit

Permalink
pin tf version to avoid tfp error
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Dalton committed Jan 18, 2024
1 parent 589b726 commit 486136a
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 @@ -41,7 +41,7 @@ def getVersionNumber():
install_requires=[
"reciprocalspaceship>=0.9.16",
"tqdm",
"tensorflow>=2.8",
"tensorflow<2.16",
"tensorflow-probability",
"matplotlib",
"seaborn",
Expand Down

0 comments on commit 486136a

Please sign in to comment.