We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I followed the instructions found at this project README file.
README
Environment:
pip install -e univariate_linear_regression
If upgrading scipy (in setup.py) to 1.8.1 (and numpy to 1.22.0) everything went well.
pytest --mpl
Also pytest needs to be upgraded (see https://stackoverflow.com/questions/69528842) to 7.1.2 to get the pytest working.
All in all, these settings should be used when using python 3.10. Dependencies for other versions should be explicitly documented at the README file.
install_requires=["jupyter==1.0.0", "matplotlib==3.5.2", "numpy==1.22.0", "pytest==7.1.2", "pytest-mpl==0.16.1", "pytest-mock==3.8.2", "scipy==1.8.1", ], )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I followed the instructions found at this project
README
file.Environment:
pip install -e univariate_linear_regression
failsIf upgrading scipy (in setup.py) to 1.8.1 (and numpy to 1.22.0) everything went well.
pytest --mpl
failsAlso pytest needs to be upgraded (see https://stackoverflow.com/questions/69528842) to 7.1.2 to get the pytest working.
All in all, these settings should be used when using python 3.10. Dependencies for other versions should be explicitly documented at the README file.
The text was updated successfully, but these errors were encountered: