Skip to content

Commit

Permalink
Merge pull request #94 from BirdVox/fix-93
Browse files Browse the repository at this point in the history
install requires tensorflow>=2.2,<2.4
  • Loading branch information
lostanlen committed Oct 1, 2021
2 parents 28b801d + b9a72b8 commit 785b17e
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 @@ -86,7 +86,7 @@
"numpy==1.16.4",
"pandas==0.25.1",
"scikit-learn==0.21.2",
"tensorflow>=2.2",
"tensorflow>=2.2,<2.4",
],
extras_require={
"docs": [
Expand Down

0 comments on commit 785b17e

Please sign in to comment.