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
Your requirements.txt and setup.py files don't match and cause pip install . to fail. If you update setup.py install_requirements list to install_requires=["numpy==1.22.0", "scipy", "scikit-learn", "numba"] it will install successfully.
The text was updated successfully, but these errors were encountered:
Your requirements.txt and setup.py files don't match and cause
pip install .
to fail. If you update setup.pyinstall_requirements
list toinstall_requires=["numpy==1.22.0", "scipy", "scikit-learn", "numba"]
it will install successfully.The text was updated successfully, but these errors were encountered: