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
The packages scipy and matplotlib aren't requirements, per se, but they do add new functionality.
scipy
matplotlib
On the other hand, pyyaml is more-or-less required at this point for basic interfacing with EXP.
pyyaml
EXP
I think this is a band-aid solution for a larger setup.py problem, so maybe this can be the jumping off point?
setup.py
(Thanks to @CarrieFilion for investigating this!)
The text was updated successfully, but these errors were encountered:
This is being worked on in #36.
Sorry, something went wrong.
And has been fully addressed in #39.
Successfully merging a pull request may close this issue.
The packages
scipy
andmatplotlib
aren't requirements, per se, but they do add new functionality.On the other hand,
pyyaml
is more-or-less required at this point for basic interfacing withEXP
.I think this is a band-aid solution for a larger
setup.py
problem, so maybe this can be the jumping off point?(Thanks to @CarrieFilion for investigating this!)
The text was updated successfully, but these errors were encountered: