We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fda4ac9 commit 72df9bbCopy full SHA for 72df9bb
setup.py
@@ -20,15 +20,15 @@
20
21
22
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
+ 'mlprimitives>=0.4.0,<0.5',
+ 'h5py<4,>=2.10.0', # <- tensorflow 2.3.2 conflict
+ 'matplotlib<4,>=2.2.2', # <- copulas 0.3.3
26
'protobuf<4', # <- importlib
27
]
28
29
examples_require = mlprimitives_requires + [
30
'jupyter==1.0.0',
31
- 'baytune>=0.4.0,<0.5',
+ 'baytune>=0.4.0,<0.6',
32
33
34
@@ -50,7 +50,7 @@
50
# general
51
'bumpversion>=0.5.3,<0.6',
52
'pip>=9.0.1',
53
- 'watchdog>=0.8.3,<0.11',
+ 'watchdog>=0.8.3,<5',
54
55
# docs
56
'm2r>=0.2.0,<0.3',
0 commit comments