Skip to content

Commit

Permalink
relaxed numpy and tf requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsebfischer committed Aug 22, 2019
1 parent b19257f commit 9f6fcdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
long_description_content_type="text/markdown",
packages=find_packages(),
install_requires=[
'tensorflow==1.14.0',
'tensorflow>=1.14.0',
'tensorflow-probability>=0.7',
'numpy==1.16.4',
'numpy>=1.16.4',
'scipy>=1.2.1',
'pandas',
'dask',
Expand Down

0 comments on commit 9f6fcdb

Please sign in to comment.