Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions cvat/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pyunpack==0.2.1
rcssmin==1.0.6
redis==3.5.3
rjsmin==1.1.0
requests==2.26.0
requests==2.31.0
rq==1.5.2
rq-scheduler==0.10.0
sqlparse==0.4.2
Expand All @@ -37,7 +37,7 @@ h5py==3.6.0
django-cors-headers==3.5.0
furl==2.1.0
av==9.2.0 --no-binary=av
tensorflow==2.9.3 # Optional requirement of Datumaro. Use tensorflow-macos==2.8.0 for Mac M1
tensorflow==2.11.1 # Optional requirement of Datumaro. Use tensorflow-macos==2.8.0 for Mac M1
# The package is used by pyunpack as a command line tool to support multiple
# archives. Don't use as a python module because it has GPL license.
patool==1.12
Expand All @@ -53,3 +53,4 @@ dnspython==2.2.0
setuptools==65.5.1
django-health-check==3.17.0
psutil==5.9.4
wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability