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

Add missing dependencies #3495

Merged
merged 2 commits into from
Nov 16, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions Jenkins/Dockerfile.tf-torch-cpu
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ RUN python3 -m pip --no-cache-dir install \
nbsphinx \
'numpy<1.24,>=1.20.5' \
onnx==1.12.0 \
onnxscript \
onnxsim \
onnxruntime==1.18.1 \
onnxruntime-extensions \
Expand All @@ -170,6 +171,7 @@ RUN python3 -m pip --no-cache-dir install \
pytest-cov \
pytorch-ignite \
PyYAML \
safetensors \
scikit-learn==1.1.3 \
scipy==1.8.1 \
spconv==2.1.20 \
Expand Down
1 change: 1 addition & 0 deletions Jenkins/Dockerfile.torch-cpu
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ RUN python3 -m pip --no-cache-dir install \
pytest-cov \
pytorch-ignite \
PyYAML \
safetensors \
scikit-learn==1.1.3 \
scipy==1.8.1 \
spconv \
Expand Down
1 change: 1 addition & 0 deletions Jenkins/Dockerfile.torch-cpu-pt113
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ RUN python3 -m pip --no-cache-dir install \
pytest-cov \
pytorch-ignite \
PyYAML \
safetensors \
scikit-learn==1.1.3 \
scipy==1.8.1 \
spconv==2.1.20 \
Expand Down
1 change: 1 addition & 0 deletions Jenkins/Dockerfile.torch-gpu
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ RUN python3 -m pip --no-cache-dir install \
pytest-cov \
pytorch-ignite \
PyYAML \
safetensors \
scikit-learn==1.1.3 \
scipy==1.8.1 \
spconv-cu120 \
Expand Down
1 change: 1 addition & 0 deletions Jenkins/Dockerfile.torch-gpu-pt113
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ RUN python3 -m pip --no-cache-dir install \
pytest-cov \
pytorch-ignite \
PyYAML \
safetensors \
scikit-learn==1.1.3 \
scipy==1.8.1 \
spconv-cu117 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ matplotlib>=3
networkx
numpy<1.24,>=1.20.5
onnx==1.14.1
onnxscript
onnxsim
osqp
pandas==1.5.3
Expand All @@ -20,6 +21,7 @@ protobuf==3.20.2
psutil
pybind11
PyYAML
safetensors
scikit-learn==1.1.3
scipy==1.8.1
setuptools
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ matplotlib>=3
networkx
numpy<1.24,>=1.16.6
onnx==1.14.1
onnxscript
onnxsim
osqp
pandas==1.5.3
Expand All @@ -19,6 +20,7 @@ protobuf==3.20.2
psutil
pybind11
PyYAML
safetensors
scikit-learn==1.1.3
scipy==1.8.1
setuptools
Expand Down
1 change: 1 addition & 0 deletions packaging/dependencies/reqs_pip_torch_common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ onnxsim
pandas==1.5.3
protobuf==3.20.2
psutil
safetensors
tensorboardX==2.4
Loading