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
fastpairs
scipy>=1.12
Currently fastpairs is not compatible with scipy>=1.12 – here
fastpair/test/test_fastpair.py:23: in <module> from scipy import mean, array, unique ImportError: cannot import name 'mean' from 'scipy'
xref #20
The text was updated successfully, but these errors were encountered:
pyproject.tml
fix carsonfarmer#22 - update min req & boost CI suite carsonfarmer#20
74598cb
resolved by #33
Sorry, something went wrong.
Jumped the gun.
fix #22 - update min req & boost CI suite #20 (#33)
9cc73fb
* fix #22 - update min req & boost CI suite #20 * fix indent in testing.yml * Update ci/py311-latest.yaml
jGaboardi
Successfully merging a pull request may close this issue.
Currently
fastpairs
is not compatible withscipy>=1.12
– herexref #20
The text was updated successfully, but these errors were encountered: