It would be great if "import numpy" statement removed from setup.py.
That line blocks smooth package installation because it requires numpy to have been installed in target environment before installing phoenics.
numpy is already included in install_requiers so there should be no issue doing so.
Thank you.
It would be great if "import numpy" statement removed from setup.py.
That line blocks smooth package installation because it requires numpy to have been installed in target environment before installing phoenics.
numpy is already included in install_requiers so there should be no issue doing so.
Thank you.