diff --git a/mango-python/Makefile b/mango-python/Makefile index 940d47e22..d97aa9168 100644 --- a/mango-python/Makefile +++ b/mango-python/Makefile @@ -120,7 +120,7 @@ prepare: $(pip) install jupyter_contrib_nbextensions $(pip) install cigar==0.1.3 $(pip) install matplotlib==2.0.2 - $(pip) install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple bdgenomics.adam==0.24.0a0 + $(pip) install bdgenomics.adam==0.24.0 check_clean_working_copy: diff --git a/mango-python/requirements.txt b/mango-python/requirements.txt index 64cb16e15..ae0faf879 100644 --- a/mango-python/requirements.txt +++ b/mango-python/requirements.txt @@ -2,6 +2,4 @@ cigar == 0.1.3 matplotlib == 2.0.2 ipython == 5.5.0 jupyter == 1.0.0 --i https://test.pypi.org/simple/ ---extra-index-url https://pypi.org/simple -bdgenomics.adam == 0.24.0a0 +bdgenomics.adam == 0.24.0