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

Requirements.txt #48

Open
dacieri opened this issue Nov 7, 2022 · 2 comments
Open

Requirements.txt #48

dacieri opened this issue Nov 7, 2022 · 2 comments

Comments

@dacieri
Copy link

dacieri commented Nov 7, 2022

Hi,
I think it would be nice to have a requirements.txt in the top repository folder, listing all the python packages required to compile the code, with the supported version. I noticed for instance that the code cannot be compiled with the latest version of pyyaml(>=5.4), since the load function now requires also the Loader to be specified automatically.

@pwittich
Copy link
Contributor

pwittich commented Nov 7, 2022

This sounds like a good solution to this issue. FWIW, I found that you could fix the immediate issue by replacing load with safe_load, as per this SO post.

@dgastler
Copy link
Member

Yeah, there is a branch where this is fixed (found by @pwittich ), there is a package list in the README.md, but it lacks versions.

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

3 participants