saketkc / pysradb

Package for fetching metadata and downloading data from SRA/ENA/GEO
https://saketkc.github.io/pysradb
BSD 3-Clause "New" or "Revised" License
307 stars 50 forks source link

Update CONTRIBUTING.rst #28

Closed DaasDaham closed 4 years ago

DaasDaham commented 4 years ago

If default python version is 2.7 then python 2.7 is used in virtual environment which causes python setup.py or py.test and tox to run into errors since pandas version 1.0.1 is not available for python 2.7.

saketkc commented 4 years ago

Thanks @DaasDaham! We actually do not support Python 2.7, but its better to be explicit.