We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41f3c96 commit 730563dCopy full SHA for 730563d
2 files changed
requirements.txt
@@ -1,5 +1,4 @@
1
numpy<2.0
2
-torch
3
opencv-python
4
matplotlib
5
ultralytics
setup.py
@@ -8,7 +8,7 @@
8
long_description = "\n" + fh.read()
9
10
11
-VERSION = '1.2.9'
+VERSION = '1.2.10'
12
DESCRIPTION = '''Patch-Based-Inference for detection/segmentation of small objects in images.'''
13
14
setup(
@@ -26,7 +26,6 @@
26
'numpy<2.0',
27
'opencv-python',
28
'matplotlib',
29
- 'torch',
30
'ultralytics'
31
],
32
keywords=[
0 commit comments