Skip to content

Commit a673cea

Browse files
authored
Merge pull request #224 from cognizant-ai-labs/fix_setup
Make keras version in setup.py match requirements.txt, and tensorflow version"
2 parents cd21e92 + 6a74ff7 commit a673cea

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
@@ -7,7 +7,7 @@
77
import sys
88
from setuptools import setup, find_packages
99

10-
LIBRARY_VERSION = '2.0.0'
10+
LIBRARY_VERSION = '2.0.1'
1111

1212
CURRENT_PYTHON = sys.version_info[:2]
1313
REQUIRED_PYTHON = (3, 10)
@@ -60,7 +60,7 @@ def read(fname):
6060
]
6161
},
6262
install_requires=[
63-
'keras==2.12.0',
63+
'keras==2.11.0',
6464
'neat-python==0.92',
6565
'numpy==1.24.2',
6666
'pandas==1.5.3',

0 commit comments

Comments
 (0)