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

Add version hints to requirements.txt #2

Open
christophfink opened this issue Sep 7, 2022 · 2 comments
Open

Add version hints to requirements.txt #2

christophfink opened this issue Sep 7, 2022 · 2 comments

Comments

@christophfink
Copy link
Contributor

In order to quickly fix the notebook that did not run in Binder, I removed the version hints from L1/requirements.txt. We should probably add version hints again to make sure the notebooks keep working in the future, an possibly also limit the Python version (which likely was where the dependency resolving error originated from).

@christophfink
Copy link
Contributor Author

On closer inspection the problem lies with binder: it uses Python version 3.7, which is already deprecated by some libraries. For instance, numpy and pandas have not been released in the versions we had tagged in requirements.txt

@davewhipp
Copy link
Contributor

I think I'll leave the versions open for now, but we should come back to this. It would be great to be able to have a Binder environment using Python 3.10.

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

No branches or pull requests

2 participants