-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #380 from aatmanvaidya/update-fel
Update Packages and Fix minor Issues
- Loading branch information
Showing
15 changed files
with
1,089 additions
and
981 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
pip==24.0 | ||
pip==24.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# This file is autogenerated by pip-compile with Python 3.10 | ||
# by the following command: | ||
# | ||
# pip-compile --allow-unsafe --generate-hashes base_requirements.in | ||
# | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
pip==24.0 \ | ||
--hash=sha256:ba0d021a166865d2265246961bec0152ff124de910c5cc39f1156ce3fa7c69dc \ | ||
--hash=sha256:ea9bd1a847e8c5774a5777bb398c19e80bcd4e2aa16a4b301b718fe6f593aba2 | ||
pip==24.2 \ | ||
--hash=sha256:2cd581cf58ab7fcfca4ce8efa6dcacd0de5bf8d0a3eb9ec927e07405f4d9e2a2 \ | ||
--hash=sha256:5b5e490b5e9cb275c879595064adce9ebd31b854e3e803740b72f9ccf34a45b8 | ||
# via -r base_requirements.in |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
numpy==1.26.4 | ||
librosa==0.10.2.post1 | ||
panns-inference==0.1.1 | ||
torch==2.2.0+cpu | ||
memray==1.12.0 | ||
pyinstrument==4.6.2 | ||
# torch==2.2.0+cpu | ||
torch==2.4.1 | ||
memray==1.14.0 | ||
pyinstrument==4.7.3 | ||
# not direct requirments, but added because of pip-audit report | ||
certifi==2024.7.4 | ||
urllib3==2.2.2 | ||
scikit-learn==1.5.0 |
404 changes: 232 additions & 172 deletions
404
src/core/operators/audio_vec_embedding_requirements.txt
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
torch==2.2.0+cpu | ||
torchvision==0.17.0+cpu | ||
numpy==1.26.4 | ||
Pillow==10.3.0 | ||
scipy==1.11.4 | ||
opencv-python-headless==4.9.0.80 | ||
memray==1.12.0 | ||
pyinstrument==4.6.2 | ||
# torch==2.2.0+cpu | ||
# torchvision==0.17.0+cpu | ||
numpy==2.1.1 | ||
torch==2.4.1 | ||
Pillow==10.4.0 | ||
scipy==1.14.1 | ||
opencv-python-headless==4.10.0.84 | ||
memray==1.14.0 | ||
pyinstrument==4.7.3 | ||
# not direct requirments, but added because of pip-audit report | ||
certifi==2024.7.4 | ||
urllib3==2.2.2 |
774 changes: 381 additions & 393 deletions
774
src/core/operators/vid_vec_rep_resnet_requirements.txt
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,23 @@ | ||
flask==3.0.3 | ||
Flask-Cors==4.0.1 | ||
Pillow==10.3.0 | ||
elasticsearch==8.11.1 | ||
Flask-Cors==5.0.0 | ||
Pillow==10.4.0 | ||
elasticsearch==8.15.1 | ||
wget==3.2 | ||
pika==1.3.2 | ||
python-dotenv==1.0.0 | ||
python-dotenv==1.0.1 | ||
click==8.1.7 | ||
pytest==7.4.4 | ||
PyYAML==6.0.1 | ||
pytest==8.3.3 | ||
PyYAML==6.0.2 | ||
dacite==1.8.1 | ||
memray==1.12.0 # dev | ||
pyinstrument==4.6.2 | ||
numpy==1.26.4 | ||
memray==1.14.0 # dev | ||
pyinstrument==4.7.3 | ||
numpy==2.1.1 | ||
requests==2.32.2 | ||
locust==2.27.0 | ||
nose2==0.14.1 | ||
locust==2.31.5 | ||
nose2==0.15.1 | ||
psycopg2-binary==2.9.9 | ||
boto3==1.34.64 | ||
pydub==0.25.1 | ||
boto3==1.35.16 | ||
pydub==0.25.1 | ||
# not direct requirments, but added because of pip-audit report | ||
certifi==2024.7.4 | ||
urllib3==2.2.2 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters