Skip to content
This repository was archived by the owner on Apr 29, 2026. It is now read-only.

Commit 91881c6

Browse files
committed
Relax opencv
1 parent cef3730 commit 91881c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

MLStructFP/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
__email__ = 'pablo@ppizarror.com'
1111
__keywords__ = ['ml', 'ai', 'floor plan', 'architectural', 'dataset', 'cnn']
1212
__license__ = 'MIT'
13-
__version__ = '0.7.4'
13+
__version__ = '0.7.5'
1414

1515
# URL
1616
__url__ = 'https://github.com/MLSTRUCT/MLStructFP'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
'IPython >= 8.12.3',
1818
'matplotlib >= 3.5.3',
1919
'numpy >= 1.18.5',
20-
'opencv-python <= 4.5.4.60',
20+
'opencv-python >= 4.5.4.60',
2121
'Pillow >= 10.4.0',
2222
'plotly >= 5.24.1',
2323
'requests >= 2.32.3',

0 commit comments

Comments
 (0)