Skip to content

Commit

Permalink
bumping allowed version of tensorflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-rakowski committed Dec 18, 2023
1 parent 11b64a9 commit 870eb00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@
"cuda": ["cupy >= 10.0.0"],
"acom": ["pymatgen >= 2022", "mp-api == 0.24.1"],
"aiml": [
"tensorflow == 2.8.0",
"tensorflow <= 2.10.0",
"tensorflow-addons <= 0.16.1",
"crystal4D",
"typeguard == 2.7",
],
"aiml-cuda": [
"tensorflow == 2.8.0",
"tensorflow <= 2.10.0",
"tensorflow-addons <= 0.16.1",
"crystal4D",
"cupy >= 10.0.0",
Expand Down

0 comments on commit 870eb00

Please sign in to comment.