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
In our environment, we are not installing numpy directly - it is installed as a dependency of some use packages - I assume that package installs an older version of numpy (in my case 1.19.5 instead of 1.21.2).
The fix seems to be to add numpy to the top of our environment file.
The text was updated successfully, but these errors were encountered:
The issue described here
#148
which I thought was limited to Google Colab only, turns up now also in our CI:
https://github.com/volkamerlab/teachopencadd/runs/3739822832?check_suite_focus=true#step:8:131
In our environment, we are not installing
numpy
directly - it is installed as a dependency of some use packages - I assume that package installs an older version ofnumpy
(in my case 1.19.5 instead of 1.21.2).The fix seems to be to add
numpy
to the top of our environment file.The text was updated successfully, but these errors were encountered: