You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix problem with TensorFlow and cupy tests (#1568)
- when tensorflow-gpu v1.15.0 is installed in the conda environment
some strange dependency leads to `ModuleNotFoundError: No module
named 'prompt_toolkit.formatted_text'` error
- according to jupyter/notebook#4050 installing
`ipykernel<5.0.0 ipython<7.0.0` helps
- fixes cupy version to 6.6.0 as this the last one supporting python 2.7
Signed-off-by: Janusz Lisiecki <[email protected]>
0 commit comments