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

Adds requirements.txt #33

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

Conversation

gabbard
Copy link

@gabbard gabbard commented Nov 5, 2018

This PR adds a requirements.txt file which can install the necessary dependencies.

joblib>=0.12.5
numpy>=1.15.4
# change to just tensorflow if you don't have a GPU
tensorflow-gpu>=1.11.0
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code in this repo is not compatible with the latest TF, so some restriction here is needed.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, and good point! Unfortunately, I am no longer working with this software, so I don't have the time to figure out what an appropriate upper bound is (and this repository doesn't seem to be maintained, anyhow).

Copy link

@rexionmars rexionmars left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this code is broken in latest TF

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.

3 participants