Skip to content

Commit 730563d

Browse files
committed
update of lib
1 parent 41f3c96 commit 730563d

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
numpy<2.0
2-
torch
32
opencv-python
43
matplotlib
54
ultralytics

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
long_description = "\n" + fh.read()
99

1010

11-
VERSION = '1.2.9'
11+
VERSION = '1.2.10'
1212
DESCRIPTION = '''Patch-Based-Inference for detection/segmentation of small objects in images.'''
1313

1414
setup(
@@ -26,7 +26,6 @@
2626
'numpy<2.0',
2727
'opencv-python',
2828
'matplotlib',
29-
'torch',
3029
'ultralytics'
3130
],
3231
keywords=[

0 commit comments

Comments
 (0)