-
Notifications
You must be signed in to change notification settings - Fork 233
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
PyOpenGL dependency version #224
Comments
+1 just stumbled upon the same step stone |
Add a PR to correct the hard dep and I'll patch! |
Oh just started to do it, but then I realized that the patch seems to be already in place: 7c613e8. I'd have used a ">=3.1.0,<4.0.0" instead of the "~=3.1.0" dependency, but anyways the existing patch patch seems to correct the issue. However, the last release on pypi doesn't incorporate it. @michele-arrival you have overtaken my response :) |
you have a point though, |
+1 running into this as well. |
Hi! Any news for bumping the PyOpenGL's min version for the wheels? Love the lightweight design btw, kudos on a great library! |
I ran into this as well. A new tag/release would be nice! |
Just in case somebody stumbles in this issue, we had the same problem for |
Hi! is there any reason why there is a hard dependency on pyopengl==3.1.0?
pyopengl is now at version 3.1.6, with lots of bug fixes and no API changes. Would it make sense to remove the hard version requirement?
thanks!
The text was updated successfully, but these errors were encountered: