Skip to content

Commit

Permalink
Pin package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vietanhdev committed Aug 3, 2024
1 parent b5f8901 commit 12c903d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion anylabeling/app_info.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__appname__ = "AnyLabeling"
__appdescription__ = "Effortless data labeling with AI support"
__version__ = "0.4.2"
__version__ = "0.4.3"
__preferred_device__ = "CPU" # GPU or CPU
2 changes: 1 addition & 1 deletion requirements-gpu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PyQt5==5.15.7
imgviz==1.5.0
natsort==8.1.0
termcolor==1.1.0
PyYAML==6.0
PyYAML==6.0.1
onnx==1.16.2
onnxruntime-gpu==1.18.1
qimage2ndarray==1.10.0
Expand Down
2 changes: 1 addition & 1 deletion requirements-macos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ opencv-contrib-python-headless==4.7.0.72
imgviz==1.5.0
natsort==8.1.0
termcolor==1.1.0
PyYAML==6.0
PyYAML==6.0.1
onnx==1.16.2
onnxruntime==1.18.1
qimage2ndarray==1.10.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PyQt5==5.15.7
imgviz==1.5.0
natsort==8.1.0
termcolor==1.1.0
PyYAML==6.0
PyYAML==6.0.1
onnx==1.16.2
onnxruntime==1.18.1
qimage2ndarray==1.10.0
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ def get_install_requires():
install_requires = [
"imgviz>=0.11",
"natsort>=7.1.0",
"numpy",
"numpy==1.26.4",
"Pillow>=2.8",
"PyYAML",
"termcolor",
"opencv-python-headless",
"PyYAML==6.0.1",
"termcolor==1.1.0",
"opencv-python-headless==4.7.0.72",
'PyQt5>=5.15.7; platform_system != "Darwin"',
"onnx==1.16.2",
"qimage2ndarray==1.10.0",
Expand Down

0 comments on commit 12c903d

Please sign in to comment.