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

Dependency Versions #24

Open
gblanchard4 opened this issue May 23, 2016 · 2 comments
Open

Dependency Versions #24

gblanchard4 opened this issue May 23, 2016 · 2 comments

Comments

@gblanchard4
Copy link

I was wondering if you had a list of the recommended versions for each dependency.

  • scipy
  • matplotlib
  • biopython
  • django
@meren
Copy link
Member

meren commented May 23, 2016

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.​

​Best,​

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

@gblanchard4
Copy link
Author

Great! Thanks so much!

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

No branches or pull requests

2 participants