Skip to content

Commit 058b6c8

Browse files
committed
Bump minimum mlblocks version to non-dev version
1 parent 451e3a9 commit 058b6c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
history = history_file.read()
1313

1414
install_requires = [
15-
'mlblocks>=0.4.1.dev0,<0.5',
15+
'mlblocks>=0.4.1,<0.5',
1616
'pandas>=1,<2',
1717
'numpy>=1.17.4,<1.19',
1818
'scipy>=1.3.3,<2',

0 commit comments

Comments
 (0)