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 was wondering if you had a list of the recommended versions for each dependency.
The text was updated successfully, but these errors were encountered:
Hi Gene
I apologize for not making this information available. Here are the versions on my computer that work well together:
meren ~ $ python -c 'import scipy; print scipy.version' 0.17.0 meren ~ $ python -c 'import matplotlib; print matplotlib.version' 1.5.1 meren ~ $ python -c 'import Bio; print Bio.version' 1.66 meren ~ $ python -c 'import django; print django.get_version()' 1.7
I hope this helps.
A. Murat Eren (meren) http://merenlab.org :: gpg https://keybase.io/meren
On Mon, May 23, 2016 at 11:17 AM, Gene Blanchard [email protected] wrote:
I was wondering if you had a list of the recommended versions for each dependency. scipy matplotlib biopython django — You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub #24
— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub #24
Sorry, something went wrong.
Great! Thanks so much!
No branches or pull requests
I was wondering if you had a list of the recommended versions for each dependency.
The text was updated successfully, but these errors were encountered: