Skip to content

Commit f16b099

Browse files
committed
Update libraries
1 parent 04e691d commit f16b099

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MLStructFP/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
__email__ = '[email protected]'
1111
__keywords__ = ['ml', 'ai', 'floor plan', 'architectural', 'dataset', 'cnn']
1212
__license__ = 'MIT'
13-
__version__ = '0.7.1'
13+
__version__ = '0.7.2'
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
@@ -19,7 +19,7 @@
1919
'numpy >= 1.18.5',
2020
'opencv-python <= 4.5.3.56',
2121
'Pillow >= 10.4.0',
22-
'plotly >= 5.23.0',
22+
'plotly >= 5.24.1',
2323
'requests >= 2.32.3',
2424
'tabulate >= 0.9.0'
2525
]

0 commit comments

Comments
 (0)