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
When installing with pip install inferpy==1.1.0rc0 I get a dependency warning:
ERROR: plotnine 0.5.1 has requirement matplotlib>=3.0.0, but you'll have matplotlib 2.2.4 which is incompatible.
ERROR: albumentations 0.1.12 has requirement imgaug<0.2.7,>=0.2.5, but you'll have imgaug 0.2.9 which is incompatible.
Installing collected packages: matplotlib, Keras-Applications, Keras-Preprocessing, inferpy
Found existing installation: matplotlib 3.0.3
Uninstalling matplotlib-3.0.3:
Successfully uninstalled matplotlib-3.0.3
Found existing installation: Keras-Applications 1.0.8
Uninstalling Keras-Applications-1.0.8:
Successfully uninstalled Keras-Applications-1.0.8
Found existing installation: Keras-Preprocessing 1.1.0
Uninstalling Keras-Preprocessing-1.1.0:
Successfully uninstalled Keras-Preprocessing-1.1.0
Successfully installed Keras-Applications-1.0.7 Keras-Preprocessing-1.0.9 inferpy-1.1.0rc0 matplotlib-2.2.4
WARNING: The following packages were previously imported in this runtime:
[matplotlib,mpl_toolkits]
You must restart the runtime in order to use newly installed versions.
The text was updated successfully, but these errors were encountered:
When installing with
pip install inferpy==1.1.0rc0
I get a dependency warning:The text was updated successfully, but these errors were encountered: