Skip to content

Commit 9f6fcdb

Browse files
relaxed numpy and tf requirements
1 parent b19257f commit 9f6fcdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
long_description_content_type="text/markdown",
1818
packages=find_packages(),
1919
install_requires=[
20-
'tensorflow==1.14.0',
20+
'tensorflow>=1.14.0',
2121
'tensorflow-probability>=0.7',
22-
'numpy==1.16.4',
22+
'numpy>=1.16.4',
2323
'scipy>=1.2.1',
2424
'pandas',
2525
'dask',

0 commit comments

Comments
 (0)