diff --git a/PyTorch/SpeechSynthesis/FastPitch/triton/requirements.txt b/PyTorch/SpeechSynthesis/FastPitch/triton/requirements.txt index 15e8b04a4..d9f21bc2d 100644 --- a/PyTorch/SpeechSynthesis/FastPitch/triton/requirements.txt +++ b/PyTorch/SpeechSynthesis/FastPitch/triton/requirements.txt @@ -13,11 +13,11 @@ # limitations under the License. networkx==2.5 numpy -onnx==1.8.0 +onnx==1.21.0 onnxruntime==1.5.2 pycuda>=2019.1.2 PyYAML>=5.2 -tqdm>=4.44.1 +tqdm>=4.68.1 tabulate>=0.8.7 natsort>=7.0.0 # use tags instead of branch names - because there might be docker cache hit causing not fetching most recent changes on branch diff --git a/PyTorch/SpeechSynthesis/Tacotron2/trtis_cpp/src/trt/requirements.txt b/PyTorch/SpeechSynthesis/Tacotron2/trtis_cpp/src/trt/requirements.txt index 6859d0219..4998013ff 100644 --- a/PyTorch/SpeechSynthesis/Tacotron2/trtis_cpp/src/trt/requirements.txt +++ b/PyTorch/SpeechSynthesis/Tacotron2/trtis_cpp/src/trt/requirements.txt @@ -1,4 +1,4 @@ -torch==1.3.0 -onnx==1.5.0 +torch==2.8.0 +onnx==1.21.0 scipy==1.3.1 librosa==0.7.0 diff --git a/TensorFlow/Recommendation/WideAndDeep/requirements.txt b/TensorFlow/Recommendation/WideAndDeep/requirements.txt index 6a431a54c..25a624af5 100644 --- a/TensorFlow/Recommendation/WideAndDeep/requirements.txt +++ b/TensorFlow/Recommendation/WideAndDeep/requirements.txt @@ -1,3 +1,3 @@ git+https://github.com/NVIDIA/dllogger@v1.0.0#egg=dllogger ipdb==0.13.9 -pyspark==3.1.3 +pyspark==3.3.2 diff --git a/TensorFlow2/Segmentation/nnUNet/requirements.txt b/TensorFlow2/Segmentation/nnUNet/requirements.txt index cf65c4af8..f716793c6 100644 --- a/TensorFlow2/Segmentation/nnUNet/requirements.txt +++ b/TensorFlow2/Segmentation/nnUNet/requirements.txt @@ -1,9 +1,9 @@ git+https://github.com/NVIDIA/dllogger git+https://github.com/NVIDIA/mlperf-common.git nibabel==3.1.1 -joblib==0.16.0 -scikit-learn==0.23.2 +joblib==1.2.0 +scikit-learn==1.5.0 pynvml==8.0.4 fsspec==0.8.0 scikit-image==0.18.2 -tqdm==4.62 +tqdm==4.66.3 diff --git a/Tools/PyTorch/TimeSeriesPredictionPlatform/requirements.txt b/Tools/PyTorch/TimeSeriesPredictionPlatform/requirements.txt old mode 100755 new mode 100644 index cc6a537d7..e67a823ff --- a/Tools/PyTorch/TimeSeriesPredictionPlatform/requirements.txt +++ b/Tools/PyTorch/TimeSeriesPredictionPlatform/requirements.txt @@ -4,17 +4,17 @@ matplotlib==3.3.2 wget==3.2 hydra-core==1.1.1 pyunpack==0.2.2 -py7zr==0.15.0 +py7zr==0.20.2 patool==1.12 tensorboard optuna optuna-dashboard -mlflow==1.23.1 +mlflow==3.11.1 pandas==1.4.3 tables einops==0.4.0 opt-einsum==3.3.0 pykeops==1.5 -gdown==4.7.1 +gdown==5.2.2 xgboost==1.7.3 wandb diff --git a/Tools/PyTorch/TimeSeriesPredictionPlatform/triton/requirements.txt b/Tools/PyTorch/TimeSeriesPredictionPlatform/triton/requirements.txt index d7a2cd4dd..77d8144a5 100644 --- a/Tools/PyTorch/TimeSeriesPredictionPlatform/triton/requirements.txt +++ b/Tools/PyTorch/TimeSeriesPredictionPlatform/triton/requirements.txt @@ -15,9 +15,9 @@ model_navigator[pyt] @ git+https://github.com/triton-inference-server/model_navi natsort>=7.0.0 networkx==2.5 numpy -onnx>=1.8.0,<1.9.0 +onnx>=1.21.0,<1.22.0 onnxruntime-gpu==1.8.1 pycuda>=2019.1.2 PyYAML>=5.2 tabulate>=0.8.7 -tqdm>=4.44.1 +tqdm>=4.68.1