We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'd recommend splitting dependencies into groups like this
This makes it easier to keep track of what is need for testing, dev, docs, prod etc.
Relevant lines for setup.py
setup.py
The text was updated successfully, but these errors were encountered:
N.B. these dependencies should be added in the appropriate place:
pip install --no-deps rxnfp pip install --no-deps drfp pip install transformers pip install gpflow grakel
Sorry, something went wrong.
Merge pull request #46 from leojklarner/requirements
a842796
Refactor setup to support modular requirements lists #42
Ryan-Rhys
No branches or pull requests
I'd recommend splitting dependencies into groups like this
This makes it easier to keep track of what is need for testing, dev, docs, prod etc.
Relevant lines for
setup.py
The text was updated successfully, but these errors were encountered: