Skip to content

Commit

Permalink
efficientdet: update requirements.txt
Browse files Browse the repository at this point in the history
This patch modifies the requirements file to only install TensorFlow
versions older than 2.16.0, since some breaking changes made it
incompatible with the efficientdet repository (like the removal of the
Estimator API). It also tightens the dependency on numpy, since version
1.24.0 removed some deprecated type aliases used by cocoapi, like
np.float.
  • Loading branch information
Tachi107 authored and fsx950223 committed Apr 2, 2024
1 parent 14d8bbd commit 3e678e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions efficientdet/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
lxml>=4.6.1
absl-py>=0.10.0
matplotlib>=3.0.3
numpy>=1.19.4
numpy>=1.19.4,<1.24.0
Pillow>=9.5.0
PyYAML>=5.1
six>=1.15.0
tensorflow>=2.10.0
tensorflow>=2.10.0,<2.16.0
tensorflow-addons>=0.18.0
tensorflow-hub>=0.11
neural-structured-learning>=1.3.1
Expand Down

0 comments on commit 3e678e3

Please sign in to comment.