Skip to content
New issue

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

Should update scipy dependency #3

Open
rmuller opened this issue Jul 25, 2022 · 0 comments
Open

Should update scipy dependency #3

rmuller opened this issue Jul 25, 2022 · 0 comments

Comments

@rmuller
Copy link

rmuller commented Jul 25, 2022

I followed the instructions found at this project README file.

Environment:

  • Ubuntu 20.04
  • pyenv managed Python 3.10.5 (also tried system installed 3.8.10)
  1. pip install -e univariate_linear_regression fails

If upgrading scipy (in setup.py) to 1.8.1 (and numpy to 1.22.0) everything went well.

  1. pytest --mpl fails

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",
                    ],
  )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant