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 and environment.yml for nf_tutorial_torch.ipynb #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ivanmilevtues
Copy link

I forked the repo in order to play around with the Normalizing flows python notebook and noticed that as of the moment there is no requirements file as the notebook is adjusted for Google Colab.

What is done in this pull request:

  1. environment.yml - creates a fresh Conda environment with everything required to run the Normalizing flow notebook and nothing more
  2. requirements.txt - all the requirements if someone wants to install them with pip

Files were generated with:

  • conda env export --no-builds | grep -v "prefix" > environment.yml
  • conda list -e > requirements.txt

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

Successfully merging this pull request may close these issues.

None yet

1 participant