-
Notifications
You must be signed in to change notification settings - Fork 7
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
Tightly pinned versions in requirements #21
Comments
Oh, also - boto3 is prohibited for me as I am not allowed to use AWS resources for some of my projects |
@AbdealiJK — thank you for reporting! Yes, these package restrictions are a bit too tight, and I really should separate the "cloud" flavored requirements out into To make this work, I think we'll need to both separate the install reqs into extra-deps, and then also make sure that we don't have any imports anywhere (including in auto-running unit tests...) that depend on them... |
@AbdealiJK — let me know if this solves your problem (v0.3.0 is now available)! Feel free to reopen or add a new issue! |
Yes, I am able to install it without hacks now :) Thanks My main objective there is:
Will get back once I get something successful running |
Hi, I was trying to use the project. But the tight pins on the requirements, seems to be hindering me from installing it in my virtualenv.
https://github.com/aplbrain/grand/blob/master/setup.py#L18
Can we reduce these constrains to >= so that it's clearer what the minimum requirements are ?
Some notes:
The text was updated successfully, but these errors were encountered: