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

Include dependency specifications in pyproject.toml format #6

Open
augustebaum opened this issue Sep 26, 2022 · 0 comments
Open

Include dependency specifications in pyproject.toml format #6

augustebaum opened this issue Sep 26, 2022 · 0 comments

Comments

@augustebaum
Copy link

Hi,

Thanks very much for providing the code to your paper, it is very informative!
Unfortunately, I am having trouble running the code. This is because it has been some time since this code has been written, and it is now difficult to see which versions of each dependency you used. Specifying them in the right format will allow the project to be much easier to run, hence more reproducible.

Would you happen to have the versions at hand? If you used an isolated environment system, such as conda, it could be as easy as running

conda env export -n <name_of_env>

Thanks for your attention and thanks again for publishing the project.

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

1 participant