Skip to content

Commit 91f5988

Browse files
committed
Corrected demo module req.txt for linux
1 parent 64f9ce0 commit 91f5988

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

src/demos/modules/PythonSimple/requirements.linux.cuda.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ torchvision==0.14.0+cu117 # Installing TorchVision, for working with compu
1111
# Specific version because we have a patch
1212
ultralytics==8.1.2 # Installing Ultralytics package for object detection in images
1313

14-
CodeProject-AI-SDK # Installing the CodeProject.AI SDK
14+
CodeProject-AI-SDK # Installing the CodeProject.AI SDK
1515

1616
# last line empty..

src/demos/modules/PythonSimple/requirements.linux.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ torchvision==0.14.1+cpu # Installing TorchVision, for Computer Vision ba
1212
# Specific version because we have a patch
1313
ultralytics==8.1.2 # Installing Ultralytics package for object detection in images
1414

15+
CodeProject-AI-SDK # Installing the CodeProject.AI SDK
16+
1517
# last line empty.

src/demos/modules/PythonSimple/requirements.macos.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ numpy<2 # Installing NumPy, a package for scientific com
55
# Specific version because we have a patch
66
ultralytics==8.1.2 # Installing Ultralytics package for object detection in images
77

8-
CodeProject-AI-SDK # Installing the CodeProject.AI SDK
8+
CodeProject-AI-SDK # Installing the CodeProject.AI SDK
99

1010
# last line empty.

src/demos/modules/PythonSimple/requirements.windows.cuda.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ torchvision==0.14.0+cu117 # Installing TorchVision, for working with compu
1111
# Specific version because we have a patch
1212
ultralytics==8.1.2 # Installing Ultralytics package for object detection in images
1313

14-
CodeProject-AI-SDK # Installing the CodeProject.AI SDK
14+
CodeProject-AI-SDK # Installing the CodeProject.AI SDK
1515

1616
# last line empty.

0 commit comments

Comments
 (0)