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

Specify numpy version requirement #116

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

clementzach
Copy link

When importing tabpfn, I got an error saying that some files were complied using numpy < 2.0 but my environment had numpy >2.0. This PR will ensure that the proper version of numpy is installed to reduce friction for future people importing the package

@noahho
Copy link
Collaborator

noahho commented Jan 12, 2025

Thanks a lot for looking to improve the package! Could you provide the error for me to see which package fails? I just installed numpy==2.0.0 and could run things on colab.

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

Successfully merging this pull request may close these issues.

2 participants