Skip to content

Commit

Permalink
chore: updated numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
duggalsu committed Mar 7, 2024
1 parent b7a4db2 commit a299171
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/core/operators/vid_vec_rep_resnet_requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
torch==2.2.0+cpu
torchvision==0.17.0+cpu
numpy==1.26.3
numpy==1.26.4
Pillow==10.2.0
scipy==1.11.4
opencv-python-headless==4.9.0.80
Expand Down
2 changes: 1 addition & 1 deletion src/core/operators/vid_vec_rep_resnet_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ mpmath==1.3.0
# via sympy
networkx==3.2.1
# via torch
numpy==1.26.3
numpy==1.26.4
# via
# -r vid_vec_rep_resnet_requirements.in
# opencv-python-headless
Expand Down
2 changes: 1 addition & 1 deletion src/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PyYAML==6.0.1
dacite==1.8.1
memray==1.11.0 # dev
pyinstrument==4.6.2
numpy==1.26.3
numpy==1.26.4
requests==2.31.0
locust==2.23.1
nose2==0.14.1
4 changes: 2 additions & 2 deletions src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements.in
Expand Down Expand Up @@ -80,7 +80,7 @@ msgpack==1.0.7
# via locust
nose2==0.14.1
# via -r requirements.in
numpy==1.26.3
numpy==1.26.4
# via -r requirements.in
packaging==23.2
# via pytest
Expand Down

0 comments on commit a299171

Please sign in to comment.