diff --git a/setup.py b/setup.py index a5755aa2..76a3d92f 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ "Topic :: Scientific/Engineering", ] -EXTRAS = {"tf": ["tensorflow==2.0.0-rc0"], +EXTRAS = {"tf": ["tensorflow>=2.0"], "plot": ["seaborn", "pydot"], "proc": ["mne", "scipy"], "cluster": ["paramiko", "h5py"],