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

requirement.txt for proper dependency? #2

Open
WeileiZeng opened this issue Apr 13, 2023 · 3 comments
Open

requirement.txt for proper dependency? #2

WeileiZeng opened this issue Apr 13, 2023 · 3 comments
Labels

Comments

@WeileiZeng
Copy link

Glad to find this repo. I would like to run it locally, but the packages are over-updated nowadays. Does anyone have a requirement.txt or a proper environment in a similar format?

@WeileiZeng
Copy link
Author

mainly got problems with keras, tensorflow, and python

I got things to work through docker
docker run -it --rm -v ${PWD}:/root tensorflow/tensorflow:1.5.1-py3 bash
Then inside the container run
pip install -r requirement.txt

here is the requirement.txt

keras==2.0
matplotlib
networkx
numpy
scipy
tqdm

@WeileiZeng
Copy link
Author

output of pip freeze

absl-py==0.1.11
bleach==1.5.0
cycler==0.10.0
decorator==5.1.1
entrypoints==0.2.3
h5py==2.7.1
html5lib==0.9999999
importlib-resources==3.2.1
ipykernel==4.8.2
ipython==6.2.1
ipython-genutils==0.2.0
ipywidgets==7.1.2
jedi==0.11.1
Jinja2==2.10
jsonschema==2.6.0
jupyter==1.0.0
jupyter-client==5.2.3
jupyter-console==5.2.0
jupyter-core==4.4.0
Keras==2.0.0
kiwisolver==1.0.1
Markdown==2.6.11
MarkupSafe==1.0
matplotlib==2.2.0
mistune==0.8.3
nbconvert==5.3.1
nbformat==4.4.0
networkx==2.4
notebook==5.4.0
numpy==1.14.2
pandas==0.22.0
pandocfilters==1.4.2
parso==0.1.1
pexpect==4.4.0
pickleshare==0.7.4
Pillow==5.0.0
prompt-toolkit==1.0.15
protobuf==3.5.2.post1
ptyprocess==0.5.2
pycurl==7.43.0
Pygments==2.2.0
pygobject==3.20.0
pyparsing==2.2.0
python-apt==1.1.0b1+ubuntu0.16.4.1
python-dateutil==2.7.0
pytz==2018.3
PyYAML==5.3.1
pyzmq==17.0.0
qtconsole==4.3.1
scikit-learn==0.19.1
scipy==1.0.0
Send2Trash==1.5.0
simplegeneric==0.8.1
six==1.11.0
sklearn==0.0
tensorflow==1.5.1
tensorflow-tensorboard==1.5.1
terminado==0.8.1
testpath==0.3.1
tornado==5.0
tqdm==4.64.1
traitlets==4.3.2
wcwidth==0.1.7
webencodings==0.5.1
Werkzeug==0.14.1
widgetsnbextension==3.1.4
zipp==1.2.0

@Krastanov
Copy link
Owner

Thank you for digging through this! I will leave this issue open so others having the same problem can see it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants