-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Is requirement numpy==1.16.4 really needed ? #519
Comments
nah. it’s a typo. Mind submitting a PR? great catch! |
Here you go : #520 |
@williamFalcon we already have it here #500 waiting for you... |
It's probably worth noting that searching "numpy" within lightning codebase yields only 13 results... |
Do you know a person using Python who doesn't have already installed |
Fixed in #500 |
Hi,
While installing ligthning via pip I saw that the numpy requirements was fixed to version 1.16.4:
After a quick scroll through the source code i'm wondering: is there a reason why this requirement is so specific ?
Also, wouldn't it make more sense to use pytorch tensors to try and drop the numpy requirements ? Or at least, drop the == 1.16.4
The text was updated successfully, but these errors were encountered: