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
The conda dependencies differ from (and conflict with certain) pip dependencies. Details of tensorflow 2.3.0 are shown in the following. This is for both Python 3.7 and 3.8 environments.
conda dependencies
pip dependencies
gast >=0.4.0,<0.4.1.0a0
gast==0.3.3
scipy >=1.5.2
scipy==1.4.1
keras-preprocessing >=1.1.0
keras-preprocessing<1.2,>=1.1.1
numpy >=1.16.6,<2.0a0
numpy<1.19.0,>=1.16.0
If only one of conda or pip is used, it would be fine. However, in some cases pip is needed to install packages in a conda environment. If a package built on top of tensorflow needs to be installed using pip, a conflict would cause problems.
I notice that the comments in the configuration file says "Some are higher than TF's lower bound. These are higher because they are the lowest version that we have.". But scipy 1.4.1 and gast 0.3.3 are available for Python 3.8 (as well as Python 3.7) on Anaconda (see below). So I wonder what that really means.
The conda dependencies differ from (and conflict with certain) pip dependencies. Details of tensorflow 2.3.0 are shown in the following. This is for both Python 3.7 and 3.8 environments.
If only one of
conda
orpip
is used, it would be fine. However, in some casespip
is needed to install packages in a conda environment. If a package built on top oftensorflow
needs to be installed usingpip
, a conflict would cause problems.I notice that the comments in the configuration file says "Some are higher than TF's lower bound. These are higher because they are the lowest version that we have.". But
scipy
1.4.1 andgast
0.3.3 are available for Python 3.8 (as well as Python 3.7) on Anaconda (see below). So I wonder what that really means.The text was updated successfully, but these errors were encountered: