diff --git a/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.arm64.txt b/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.arm64.txt index 9683bf02..40dd45c1 100644 --- a/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.arm64.txt +++ b/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.arm64.txt @@ -3,7 +3,7 @@ Pandas # Installing Pandas, a data analysis / data manipulation tool CoreMLTools # Installing CoreMLTools, for working with .mlmodel format models OpenCV-Python # Installing OpenCV, the Open source Computer Vision library -Pillow<10.0.0 # Installing Pillow, a Python Image Library +Pillow<12.0.0 # Installing Pillow, a Python Image Library SciPy # Installing SciPy, a library for mathematics, science, and engineering PyYAML # Installing PyYAML, a library for reading configuration files @@ -12,7 +12,7 @@ PyYAML # Installing PyYAML, a library for reading confi # We'll lock down to Torch 1.X, CPU-only to play it safe --extra-index-url https://download.pytorch.org/whl/cpu -torch==1.13.1 # Installing Torch, for Tensor computation and Deep neural networks +torch==2.4.0 # Installing Torch, for Tensor computation and Deep neural networks --extra-index-url https://download.pytorch.org/whl/cpu torchvision==0.14.1 # Installing TorchVision, for Computer Vision based AI diff --git a/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.cuda.txt b/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.cuda.txt index 054ae061..0573ca05 100644 --- a/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.cuda.txt +++ b/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.cuda.txt @@ -5,13 +5,13 @@ Pandas # Installing Pandas, a data analysis / data manipulation tool CoreMLTools # Installing CoreMLTools, for working with .mlmodel format models OpenCV-Python # Installing OpenCV, the Open source Computer Vision library -Pillow<10.0.0 # Installing Pillow, a Python Image Library +Pillow<12.0.0 # Installing Pillow, a Python Image Library SciPy # Installing SciPy, a library for mathematics, science, and engineering PyYAML # Installing PyYAML, a library for reading configuration files ## For CUDA 11.7 (NOT torch 2.0+) --find-links https://download.pytorch.org/whl/torch_stable.html -torch==1.13.0+cu117 # Installing PyTorch, an open source machine learning framework +torch==2.4.0 # Installing PyTorch, an open source machine learning framework --find-links https://download.pytorch.org/whl/torch_stable.html torchvision==0.14.0+cu117 # Installing TorchVision, for working with computer vision models diff --git a/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.cuda11.txt b/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.cuda11.txt index 05d96aac..b2f8fac4 100644 --- a/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.cuda11.txt +++ b/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.cuda11.txt @@ -5,13 +5,13 @@ Pandas # Installing Pandas, a data analysis / data manipulation tool CoreMLTools # Installing CoreMLTools, for working with .mlmodel format models OpenCV-Python # Installing OpenCV, the Open source Computer Vision library -Pillow<10.0.0 # Installing Pillow, a Python Image Library +Pillow<12.0.0 # Installing Pillow, a Python Image Library SciPy # Installing SciPy, a library for mathematics, science, and engineering PyYAML # Installing PyYAML, a library for reading configuration files ## For CUDA 11.7 (NOT torch 2.0+) --find-links https://download.pytorch.org/whl/torch_stable.html -torch==1.13.0+cu117 # Installing PyTorch, an open source machine learning framework +torch==2.4.0 # Installing PyTorch, an open source machine learning framework --find-links https://download.pytorch.org/whl/torch_stable.html torchvision==0.14.0+cu117 # Installing TorchVision, for working with computer vision models diff --git a/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.cuda11_5.txt b/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.cuda11_5.txt index 8307c86f..0c8e66e2 100644 --- a/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.cuda11_5.txt +++ b/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.cuda11_5.txt @@ -5,13 +5,13 @@ Pandas # Installing Pandas, a data analysis / data manipulation tool CoreMLTools # Installing CoreMLTools, for working with .mlmodel format models OpenCV-Python # Installing OpenCV, the Open source Computer Vision library -Pillow<10.0.0 # Installing Pillow, a Python Image Library +Pillow<12.0.0 # Installing Pillow, a Python Image Library SciPy # Installing SciPy, a library for mathematics, science, and engineering PyYAML # Installing PyYAML, a library for reading configuration files ## For CUDA 11.3 (will work in CUDA 11.5) --find-links https://download.pytorch.org/whl/torch_stable.html -torch==1.12.1+cu113 # Installing PyTorch, an open source machine learning framework +torch==2.4.0 # Installing PyTorch, an open source machine learning framework --find-links https://download.pytorch.org/whl/torch_stable.html torchvision==0.13.1+cu113 # Installing TorchVision, for working with computer vision models diff --git a/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.cuda12.txt b/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.cuda12.txt index 62811d71..4124ba12 100644 --- a/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.cuda12.txt +++ b/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.cuda12.txt @@ -5,7 +5,7 @@ Pandas # Installing Pandas, a data analysis / data manipulation tool CoreMLTools # Installing CoreMLTools, for working with .mlmodel format models OpenCV-Python # Installing OpenCV, the Open source Computer Vision library -Pillow<10.0.0 # Installing Pillow, a Python Image Library +Pillow<12.0.0 # Installing Pillow, a Python Image Library SciPy # Installing SciPy, a library for mathematics, science, and engineering PyYAML # Installing PyYAML, a library for reading configuration files @@ -19,7 +19,7 @@ PyYAML # Installing PyYAML, a library for reading confi ## For CUDA 11.7 (will work in CUDA 12) --extra-index-url https://download.pytorch.org/whl/cu117 -torch==1.13.1+cu117 # Installing PyTorch, an open source machine learning framework +torch==2.4.0 # Installing PyTorch, an open source machine learning framework --extra-index-url https://download.pytorch.org/whl/cu117 torchvision==0.14.1+cu117 # Installing TorchVision, for working with computer vision models diff --git a/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.rocm.txt b/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.rocm.txt index 3ae76e7c..2f50475a 100644 --- a/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.rocm.txt +++ b/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.rocm.txt @@ -3,12 +3,12 @@ Pandas # Installing Pandas, a data analysis / data manipulation tool CoreMLTools # Installing CoreMLTools, for working with .mlmodel format models OpenCV-Python # Installing OpenCV, the Open source Computer Vision library -Pillow<10.0.0 # Installing Pillow, a Python Image Library +Pillow<12.0.0 # Installing Pillow, a Python Image Library SciPy # Installing SciPy, a library for mathematics, science, and engineering PyYAML # Installing PyYAML, a library for reading configuration files --extra-index-url https://download.pytorch.org/whl/rocm5.2 -torch==1.13.1+rocm5.2 # Installing PyTorch, an open source machine learning framework +torch==2.4.0 # Installing PyTorch, an open source machine learning framework --extra-index-url https://download.pytorch.org/whl/rocm5.2 torchvision==0.14.1+rocm5.2 # Installing TorchVision, for working with computer vision models diff --git a/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.txt b/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.txt index 03fbb6b1..afac9a73 100644 --- a/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.txt +++ b/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.txt @@ -3,7 +3,7 @@ Pandas # Installing Pandas, a data analysis / data manipulation tool CoreMLTools # Installing CoreMLTools, for working with .mlmodel format models OpenCV-Python # Installing OpenCV, the Open source Computer Vision library -Pillow<10.0.0 # Installing Pillow, a Python Image Library +Pillow<12.0.0 # Installing Pillow, a Python Image Library SciPy # Installing SciPy, a library for mathematics, science, and engineering PyYAML # Installing PyYAML, a library for reading configuration files diff --git a/modules/ObjectDetectionYOLOv5-6.2/requirements.macos.arm64.txt b/modules/ObjectDetectionYOLOv5-6.2/requirements.macos.arm64.txt index 9041981b..3edeb05e 100644 --- a/modules/ObjectDetectionYOLOv5-6.2/requirements.macos.arm64.txt +++ b/modules/ObjectDetectionYOLOv5-6.2/requirements.macos.arm64.txt @@ -5,7 +5,7 @@ Pandas # Installing Pandas, a data analysis / data manipulation tool CoreMLTools # Installing CoreMLTools, for working with .mlmodel format models OpenCV-Python # Installing OpenCV, the Open source Computer Vision library -Pillow<10.0.0 # Installing Pillow, a Python Image Library +Pillow<12.0.0 # Installing Pillow, a Python Image Library SciPy # Installing SciPy, a library for mathematics, science, and engineering PyYAML # Installing PyYAML, a library for reading configuration files diff --git a/modules/ObjectDetectionYOLOv5-6.2/requirements.macos.txt b/modules/ObjectDetectionYOLOv5-6.2/requirements.macos.txt index 8bf59cf1..9249043f 100644 --- a/modules/ObjectDetectionYOLOv5-6.2/requirements.macos.txt +++ b/modules/ObjectDetectionYOLOv5-6.2/requirements.macos.txt @@ -3,7 +3,7 @@ Pandas # Installing Pandas, a data analysis / data manipulation tool CoreMLTools # Installing CoreMLTools, for working with .mlmodel format models OpenCV-Python # Installing OpenCV, the Open source Computer Vision library -Pillow<10.0.0 # Installing Pillow, a Python Image Library +Pillow<12.0.0 # Installing Pillow, a Python Image Library SciPy # Installing SciPy, a library for mathematics, science, and engineering PyYAML # Installing PyYAML, a library for reading configuration files diff --git a/modules/ObjectDetectionYOLOv5-6.2/requirements.orangepi.txt b/modules/ObjectDetectionYOLOv5-6.2/requirements.orangepi.txt index 28443bbb..fdf7317f 100644 --- a/modules/ObjectDetectionYOLOv5-6.2/requirements.orangepi.txt +++ b/modules/ObjectDetectionYOLOv5-6.2/requirements.orangepi.txt @@ -4,7 +4,7 @@ Pandas # Installing Pandas, a data analysis / data manipulation tool CoreMLTools # Installing CoreMLTools, for working with .mlmodel format models OpenCV-Python # Installing OpenCV, the Open source Computer Vision library -Pillow<10.0.0 # Installing Pillow, a Python Image Library +Pillow<12.0.0 # Installing Pillow, a Python Image Library SciPy # Installing SciPy, a library for mathematics, science, and engineering PyYAML # Installing PyYAML, a library for reading configuration files @@ -15,7 +15,7 @@ PyYAML # Installing PyYAML, a library for reading confi # Annoyingly, we need to drop down a version. # https://discuss.pytorch.org/t/failed-to-load-image-python-extension-could-not-find-module/140278/15 -torch==1.9.0 # Installing Torch, for Tensor computation and Deep neural networks +torch==2.4.0 # Installing Torch, for Tensor computation and Deep neural networks torchvision==0.10.0 # Installing TorchVision, for Computer Vision based AI # the Ultralytics Yolov5 package diff --git a/modules/ObjectDetectionYOLOv5-6.2/requirements.radxarock.txt b/modules/ObjectDetectionYOLOv5-6.2/requirements.radxarock.txt index 28443bbb..fdf7317f 100644 --- a/modules/ObjectDetectionYOLOv5-6.2/requirements.radxarock.txt +++ b/modules/ObjectDetectionYOLOv5-6.2/requirements.radxarock.txt @@ -4,7 +4,7 @@ Pandas # Installing Pandas, a data analysis / data manipulation tool CoreMLTools # Installing CoreMLTools, for working with .mlmodel format models OpenCV-Python # Installing OpenCV, the Open source Computer Vision library -Pillow<10.0.0 # Installing Pillow, a Python Image Library +Pillow<12.0.0 # Installing Pillow, a Python Image Library SciPy # Installing SciPy, a library for mathematics, science, and engineering PyYAML # Installing PyYAML, a library for reading configuration files @@ -15,7 +15,7 @@ PyYAML # Installing PyYAML, a library for reading confi # Annoyingly, we need to drop down a version. # https://discuss.pytorch.org/t/failed-to-load-image-python-extension-could-not-find-module/140278/15 -torch==1.9.0 # Installing Torch, for Tensor computation and Deep neural networks +torch==2.4.0 # Installing Torch, for Tensor computation and Deep neural networks torchvision==0.10.0 # Installing TorchVision, for Computer Vision based AI # the Ultralytics Yolov5 package diff --git a/modules/ObjectDetectionYOLOv5-6.2/requirements.raspberrypi.txt b/modules/ObjectDetectionYOLOv5-6.2/requirements.raspberrypi.txt index 36cf0aa8..1e8949f6 100644 --- a/modules/ObjectDetectionYOLOv5-6.2/requirements.raspberrypi.txt +++ b/modules/ObjectDetectionYOLOv5-6.2/requirements.raspberrypi.txt @@ -4,7 +4,7 @@ Pandas # Installing Pandas, a data analysis / data manipulation tool CoreMLTools # Installing CoreMLTools, for working with .mlmodel format models OpenCV-Python # Installing OpenCV, the Open source Computer Vision library -Pillow<10.0.0 # Installing Pillow, a Python Image Library +Pillow<12.0.0 # Installing Pillow, a Python Image Library SciPy # Installing SciPy, a library for mathematics, science, and engineering PyYAML # Installing PyYAML, a library for reading configuration files @@ -15,7 +15,7 @@ PyYAML # Installing PyYAML, a library for reading confi # Annoyingly, we need to drop down a version. This means Python <= 3.8 # https://discuss.pytorch.org/t/failed-to-load-image-python-extension-could-not-find-module/140278/15 -torch==1.9.0 # Installing Torch, for Tensor computation and Deep neural networks +torch==2.4.0 # Installing Torch, for Tensor computation and Deep neural networks torchvision==0.10.0 # Installing TorchVision, for Computer Vision based AI # the Ultralytics Yolov5 package diff --git a/modules/ObjectDetectionYOLOv5-6.2/requirements.txt b/modules/ObjectDetectionYOLOv5-6.2/requirements.txt index 01e279a6..da4a7de3 100644 --- a/modules/ObjectDetectionYOLOv5-6.2/requirements.txt +++ b/modules/ObjectDetectionYOLOv5-6.2/requirements.txt @@ -5,7 +5,7 @@ urllib3<1.27,>=1.25.4 # Installing urllib3, the HTTP client for Python Pandas # Installing Pandas, a data analysis / data manipulation tool CoreMLTools # Installing CoreMLTools, for working with .mlmodel format models OpenCV-Python # Installing OpenCV, the Open source Computer Vision library -Pillow<10.0.0 # Installing Pillow, a Python Image Library +Pillow<12.0.0 # Installing Pillow, a Python Image Library SciPy # Installing SciPy, a library for mathematics, science, and engineering PyYAML # Installing PyYAML, a library for reading configuration files @@ -14,7 +14,7 @@ PyYAML # Installing PyYAML, a library for reading confi # CPU specific Torch 1.13.0. Size ~830Mb --extra-index-url https://download.pytorch.org/whl/cpu -torch==1.13.0+cpu # Installing PyTorch, for Tensor computation and Deep neural networks +torch==2.4.0 # Installing PyTorch, for Tensor computation and Deep neural networks --extra-index-url https://download.pytorch.org/whl/cpu torchvision==0.14.0+cpu # Installing TorchVision, for Computer Vision based AI diff --git a/modules/ObjectDetectionYOLOv5-6.2/requirements.windows.cuda.txt b/modules/ObjectDetectionYOLOv5-6.2/requirements.windows.cuda.txt index 76a8cbca..eb7b0aa5 100644 --- a/modules/ObjectDetectionYOLOv5-6.2/requirements.windows.cuda.txt +++ b/modules/ObjectDetectionYOLOv5-6.2/requirements.windows.cuda.txt @@ -3,7 +3,7 @@ Pandas # Installing Pandas, a data analysis / data manipulation tool CoreMLTools # Installing CoreMLTools, for working with .mlmodel format models OpenCV-Python # Installing OpenCV, the Open source Computer Vision library -Pillow<10.0.0 # Installing Pillow, a Python Image Library +Pillow<12.0.0 # Installing Pillow, a Python Image Library SciPy # Installing SciPy, a library for mathematics, science, and engineering PyYAML # Installing PyYAML, a library for reading configuration files @@ -16,7 +16,7 @@ PyYAML # Installing PyYAML, a library for reading confi ## For CUDA 11.7 --find-links https://download.pytorch.org/whl/torch_stable.html -torch==1.13.0+cu117 # Installing PyTorch, an open source machine learning framework +torch==2.4.0 # Installing PyTorch, an open source machine learning framework --find-links https://download.pytorch.org/whl/torch_stable.html torchvision==0.14.0+cu117 # Installing TorchVision, for working with computer vision models diff --git a/modules/ObjectDetectionYOLOv5-6.2/requirements.windows.rocm.txt b/modules/ObjectDetectionYOLOv5-6.2/requirements.windows.rocm.txt index 6a318b56..899cca06 100644 --- a/modules/ObjectDetectionYOLOv5-6.2/requirements.windows.rocm.txt +++ b/modules/ObjectDetectionYOLOv5-6.2/requirements.windows.rocm.txt @@ -3,13 +3,13 @@ Pandas # Installing Pandas, a data analysis / data manipulation tool CoreMLTools # Installing CoreMLTools, for working with .mlmodel format models OpenCV-Python # Installing OpenCV, the Open source Computer Vision library -Pillow<10.0.0 # Installing Pillow, a Python Image Library +Pillow<12.0.0 # Installing Pillow, a Python Image Library SciPy # Installing SciPy, a library for mathematics, science, and engineering PyYAML # Installing PyYAML, a library for reading configuration files # CUDA 11.7 --index-url https://download.pytorch.org/whl/cu117 -torch==2.0.0+cu117 # Installing PyTorch, an open source machine learning framework +torch==2.4.0 # Installing PyTorch, an open source machine learning framework --index-url https://download.pytorch.org/whl/cu117 torchvision==0.15.1+cu117 # Installing TorchVision, for working with computer vision models diff --git a/src/demos/modules/PythonSimple/requirements.linux.cuda.txt b/src/demos/modules/PythonSimple/requirements.linux.cuda.txt index 74ac521a..6dd246bb 100644 --- a/src/demos/modules/PythonSimple/requirements.linux.cuda.txt +++ b/src/demos/modules/PythonSimple/requirements.linux.cuda.txt @@ -4,7 +4,7 @@ numpy<2 # Installing NumPy, a package for scientific com ## For CUDA 11.7 (NOT torch 2.0+) --find-links https://download.pytorch.org/whl/torch_stable.html -torch==1.13.0+cu117 # Installing PyTorch, an open source machine learning framework +torch==2.4.0 # Installing PyTorch, an open source machine learning framework --find-links https://download.pytorch.org/whl/torch_stable.html torchvision==0.14.0+cu117 # Installing TorchVision, for working with computer vision models diff --git a/src/demos/modules/PythonSimple/requirements.linux.txt b/src/demos/modules/PythonSimple/requirements.linux.txt index eeeb4cdc..fe924ab8 100644 --- a/src/demos/modules/PythonSimple/requirements.linux.txt +++ b/src/demos/modules/PythonSimple/requirements.linux.txt @@ -5,7 +5,7 @@ # We'll lock down to Torch 1.X, CPU-only to play it safe --extra-index-url https://download.pytorch.org/whl/cpu -torch==1.13.1+cpu # Installing Torch, for Tensor computation and Deep neural networks +torch==2.4.0 # Installing Torch, for Tensor computation and Deep neural networks --extra-index-url https://download.pytorch.org/whl/cpu torchvision==0.14.1+cpu # Installing TorchVision, for Computer Vision based AI diff --git a/src/demos/modules/PythonSimple/requirements.txt b/src/demos/modules/PythonSimple/requirements.txt index bee24c35..56a668cf 100644 --- a/src/demos/modules/PythonSimple/requirements.txt +++ b/src/demos/modules/PythonSimple/requirements.txt @@ -4,7 +4,7 @@ numpy<2 # Installing NumPy, a package for scientific com # CPU specific Torch 1.13.0. Size ~830Mb --extra-index-url https://download.pytorch.org/whl/cpu -torch==1.13.0+cpu # Installing PyTorch, for Tensor computation and Deep neural networks +torch==2.4.0 # Installing PyTorch, for Tensor computation and Deep neural networks --extra-index-url https://download.pytorch.org/whl/cpu torchvision==0.14.0+cpu # Installing TorchVision, for Computer Vision based AI diff --git a/src/demos/modules/PythonSimple/requirements.windows.cuda.txt b/src/demos/modules/PythonSimple/requirements.windows.cuda.txt index efcc828f..cb79afe9 100644 --- a/src/demos/modules/PythonSimple/requirements.windows.cuda.txt +++ b/src/demos/modules/PythonSimple/requirements.windows.cuda.txt @@ -4,7 +4,7 @@ numpy<2 # Installing NumPy, a package for scientific com ## For CUDA 11.7 --find-links https://download.pytorch.org/whl/torch_stable.html -torch==1.13.0+cu117 # Installing PyTorch, an open source machine learning framework +torch==2.4.0 # Installing PyTorch, an open source machine learning framework --find-links https://download.pytorch.org/whl/torch_stable.html torchvision==0.14.0+cu117 # Installing TorchVision, for working with computer vision models