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

[COMPAT] fastpairs not compatible with scipy>=1.12 #22

Closed
jGaboardi opened this issue May 25, 2024 · 2 comments · Fixed by #33
Closed

[COMPAT] fastpairs not compatible with scipy>=1.12 #22

jGaboardi opened this issue May 25, 2024 · 2 comments · Fixed by #33
Assignees

Comments

@jGaboardi
Copy link
Collaborator

Currently fastpairs is not compatible with scipy>=1.12here

fastpair/test/test_fastpair.py:23: in <module>
    from scipy import mean, array, unique
ImportError: cannot import name 'mean' from 'scipy'

xref #20

@jGaboardi
Copy link
Collaborator Author

resolved by #33

@jGaboardi
Copy link
Collaborator Author

Jumped the gun.

@jGaboardi jGaboardi reopened this Jun 10, 2024
jGaboardi added a commit that referenced this issue Jun 10, 2024
* fix #22 - update min req & boost CI suite #20

* fix indent in testing.yml

* Update ci/py311-latest.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant