You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be extremely helpful to share version of the third party software you used so other researchers can easily reproduce your results. This can be done with any of the following commands (depending on your package manager of course)
conda env export > environment.yml
conda list -e > requirements.txt
pip freeze > requirements.txt
Also the version of Python!
The text was updated successfully, but these errors were encountered:
It would be extremely helpful to share version of the third party software you used so other researchers can easily reproduce your results. This can be done with any of the following commands (depending on your package manager of course)
conda env export > environment.yml
conda list -e > requirements.txt
pip freeze > requirements.txt
Also the version of Python!
The text was updated successfully, but these errors were encountered: