-
Notifications
You must be signed in to change notification settings - Fork 59
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
Enable this to build with build isolation on #26
base: main
Are you sure you want to change the base?
Conversation
I noticed you mentioned: But i believe if you already have torch, because there's no version specified in the build requirement, it will just use whatever is in your env (unless it's incompatible with the other build requirements, in which case the resolver should get you a compatible version of torch). |
dependencies = [ | ||
"torch", | ||
"einops", | ||
"numpy", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tests output a warning if numpy isn't installed.
@tridao sorry, I realize this is a drive by pr, but is it something you'll consider or should I close it? |
bump on this. Can someone pick up this PR? |
Now if i pip install this package or
uv pip install
it, it will work, should also close #24 i believe also should close #2.Tests all passed too.