diff --git a/setup.py b/setup.py index 1c9f7ae..97b65ae 100644 --- a/setup.py +++ b/setup.py @@ -8,5 +8,5 @@ author_email='sikern@uos.de', license='See Github', packages=['sleepscorer'], - install_requires=['keras==2.0.6', 'tensorflow==1.3.0','h5py==2.7.0', 'mne', 'tqdm', 'matplotlib'], + install_requires=['keras==2.0.6', 'tensorflow==2.6.4','h5py==2.7.0', 'mne', 'tqdm', 'matplotlib'], zip_safe=False)