Skip to content

Commit

Permalink
Merge pull request #224 from cognizant-ai-labs/fix_setup
Browse files Browse the repository at this point in the history
Make keras version in setup.py match requirements.txt, and tensorflow version"
  • Loading branch information
ofrancon authored Jun 6, 2023
2 parents cd21e92 + 6a74ff7 commit a673cea
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 @@ -7,7 +7,7 @@
import sys
from setuptools import setup, find_packages

LIBRARY_VERSION = '2.0.0'
LIBRARY_VERSION = '2.0.1'

CURRENT_PYTHON = sys.version_info[:2]
REQUIRED_PYTHON = (3, 10)
Expand Down Expand Up @@ -60,7 +60,7 @@ def read(fname):
]
},
install_requires=[
'keras==2.12.0',
'keras==2.11.0',
'neat-python==0.92',
'numpy==1.24.2',
'pandas==1.5.3',
Expand Down

0 comments on commit a673cea

Please sign in to comment.