Describe the bug
When installing the library on Google Colab, Colab raises a warning for installing numpy again as it already exists in Colab by default.
WARNING: The following packages were previously imported in this runtime:
[numpy]
You must restart the runtime in order to use newly installed versions.
Solution
Build the library without installing dev dependencies.
Describe the bug
When installing the library on Google Colab, Colab raises a warning for installing
numpyagain as it already exists in Colab by default.Solution
Build the library without installing
devdependencies.