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

Dependencies #3

Open
agahkarakuzu opened this issue Jun 1, 2020 · 1 comment
Open

Dependencies #3

agahkarakuzu opened this issue Jun 1, 2020 · 1 comment

Comments

@agahkarakuzu
Copy link

Using the output of pip freeze can help you populate requirements.txt

from nilearn
import numpy
import pandas
import os
import pathlib
import matplotlib.pyplot
import seaborn
import cufflinks
from IPython.display
import ipywidgets
import plotly

Should change into something like

nilearn==0.6.2
numpy==1.18.4
pandas==1.0.3

and such :)

You don't have to copy paste all pip freeze output, you can keep only the ones you installed yourself.

@tjays7
Copy link
Collaborator

tjays7 commented Jun 2, 2020

Thanks for the advice. Done!

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