Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Deps #11480

Merged
merged 3 commits into from
May 22, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
Update python deps
  • Loading branch information
NickM-27 committed May 22, 2024
commit 8c0d056b7c6fa686f7ad1d842ed492a9864b6c21
12 changes: 6 additions & 6 deletions docker/main/requirements-wheels.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
click == 8.1.*
Flask == 3.0.*
Flask_Limiter == 3.6.*
Flask_Limiter == 3.7.*
imutils == 0.5.*
joserfc == 0.9.*
joserfc == 0.10.*
markupsafe == 2.1.*
matplotlib == 3.8.*
matplotlib == 3.9.*
mypy == 1.6.1
numpy == 1.26.*
onvif_zeep == 0.2.12
opencv-python-headless == 4.9.0.*
paho-mqtt == 2.0.*
paho-mqtt == 2.1.*
pandas == 2.2.*
peewee == 3.17.*
peewee_migrate == 1.12.*
Expand All @@ -22,8 +22,8 @@ pyzmq == 26.0.*
ruamel.yaml == 0.18.*
tzlocal == 5.2
types-PyYAML == 6.0.*
requests == 2.31.*
types-requests == 2.31.*
requests == 2.32.*
types-requests == 2.32.*
scipy == 1.13.*
norfair == 2.2.*
setproctitle == 1.3.*
Expand Down