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

scipy requirements too low #517

Closed
swhite2401 opened this issue Nov 15, 2022 · 1 comment
Closed

scipy requirements too low #517

swhite2401 opened this issue Nov 15, 2022 · 1 comment
Assignees

Comments

@swhite2401
Copy link
Contributor

We are presently requiring scipy =>0.16
However, in constants.py we declare

_hbar_c = _cst['reduced Planck constant times c in MeV fm'][0]

It looks , the key reduced Planck constant times c in MeV fm was introduced in scipy version 1.4.0, the requirements have therefore to be updated to scipy =>1.4.0.

@swhite2401
Copy link
Contributor Author

Fixed in #520

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

2 participants