Skip to content

Commit

Permalink
Update tensorflow-addons requirement from <=0.14.0 to <=0.23.0
Browse files Browse the repository at this point in the history
Updates the requirements on [tensorflow-addons]() to permit the latest version.

---
updated-dependencies:
- dependency-name: tensorflow-addons
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 3, 2023
1 parent c5c18e0 commit 2b0e2e3
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 @@ -47,10 +47,10 @@
"ipyparallel": ["ipyparallel >= 6.2.4", "dill >= 0.3.3"],
"cuda": ["cupy >= 10.0.0"],
"acom": ["pymatgen >= 2022", "mp-api == 0.24.1"],
"aiml": ["tensorflow == 2.4.1", "tensorflow-addons <= 0.14.0", "crystal4D"],
"aiml": ["tensorflow == 2.4.1", "tensorflow-addons <= 0.23.0", "crystal4D"],
"aiml-cuda": [
"tensorflow == 2.4.1",
"tensorflow-addons <= 0.14.0",
"tensorflow-addons <= 0.23.0",
"crystal4D",
"cupy >= 10.0.0",
],
Expand Down

0 comments on commit 2b0e2e3

Please sign in to comment.