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

Commit 30522af

Browse files
committed
Relax opencv
1 parent de49576 commit 30522af

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Cache
22
__pycache__/
3+
.DS_Store
34

45
# IDE
56
.idea/

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.3'
13+
__version__ = '0.7.4'
1414

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

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.3.56',
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)