Skip to content

Commit

Permalink
Merge pull request #176 from leaf-ai/prescriptors_module
Browse files Browse the repository at this point in the history
#175 Make covid_xprize/examples/prescriptors a module
  • Loading branch information
ofrancon authored Jan 8, 2021
2 parents 7166409 + 1b18fe5 commit cadee87
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 3 deletions.
Empty file.
Empty file.
Empty file.
Empty file.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ numpy==1.18.5
notebook==6.1.5
scikit-learn==0.23.2
scipy==1.5.2
tensorflow==2.2.1
tensorflow==2.2.2
keras==2.4.3
neat-python==0.92
h5py==2.10.0

# plotting
plotly==4.11.0
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import sys
from setuptools import setup, find_packages

LIBRARY_VERSION = '1.0.9'
LIBRARY_VERSION = '1.1.0'

CURRENT_PYTHON = sys.version_info[:2]
REQUIRED_PYTHON = (3, 6)
Expand Down Expand Up @@ -64,7 +64,8 @@ def read(fname):
'scikit-learn==0.23.2',
'scipy==1.5.2',
'setuptools==41.0.0',
'tensorflow==2.2.1'
'tensorflow==2.2.2',
'h5py==2.10.0'
],
description='Contains sample code and notebooks '
'for developing and validating entries for the Cognizant COVID X-Prize.',
Expand Down

0 comments on commit cadee87

Please sign in to comment.