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
To ensure that we can continue to build and run SHEEP, should specify versions of packages in dockerfiles. e.g. matplotlib 3.1 is incompatible with python 3.5, so we need to do
pip3 install matplotlib==3.0.3
We should do this for all packages (requirements file?)
The text was updated successfully, but these errors were encountered:
To ensure that we can continue to build and run SHEEP, should specify versions of packages in dockerfiles. e.g. matplotlib 3.1 is incompatible with python 3.5, so we need to do
We should do this for all packages (requirements file?)
The text was updated successfully, but these errors were encountered: