Skip to content

Commit

Permalink
fix tf dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
genisplaja committed Nov 5, 2024
1 parent 83c7a69 commit 36bf049
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/environment-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ dependencies:
- pytest>=7.4.3
- pip:
# Optional deps
- "tensorflow>=2.12.0"
- "keras>3.0.0"
- "tensorflow>=2.12.0,<2.16"
- "tensorflow_addons"
- "torch==1.13.0"
- "essentia"
Expand Down

0 comments on commit 36bf049

Please sign in to comment.