Skip to content

Commit 72df9bb

Browse files
committed
update dependencies
1 parent fda4ac9 commit 72df9bb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020

2121

2222
mlprimitives_requires = [
23-
'mlprimitives>=0.3.0,<0.4',
24-
'h5py<2.11.0,>=2.10.0', # <- tensorflow 2.3.2 conflict
25-
'matplotlib<3.2.2,>=2.2.2', # <- copulas 0.3.3
23+
'mlprimitives>=0.4.0,<0.5',
24+
'h5py<4,>=2.10.0', # <- tensorflow 2.3.2 conflict
25+
'matplotlib<4,>=2.2.2', # <- copulas 0.3.3
2626
'protobuf<4', # <- importlib
2727
]
2828

2929
examples_require = mlprimitives_requires + [
3030
'jupyter==1.0.0',
31-
'baytune>=0.4.0,<0.5',
31+
'baytune>=0.4.0,<0.6',
3232
]
3333

3434

@@ -50,7 +50,7 @@
5050
# general
5151
'bumpversion>=0.5.3,<0.6',
5252
'pip>=9.0.1',
53-
'watchdog>=0.8.3,<0.11',
53+
'watchdog>=0.8.3,<5',
5454

5555
# docs
5656
'm2r>=0.2.0,<0.3',

0 commit comments

Comments
 (0)