biocore / emperor

Emperor a tool for the analysis and visualization of large microbial ecology datasets
http://biocore.github.io/emperor/
Other
52 stars 50 forks source link

DOC: Fix incorrect URL #780

Closed ElDeveloper closed 3 years ago

antgonza commented 3 years ago

Error:

>scikit-bio>=0.4.1->emperor==1.0.1.dev0) (0.2.0)
Requirement already satisfied: parso>=0.3.0 in /home/travis/miniconda2/envs/travis/lib/python3.5/site-packages (from jedi>=0.10->IPython>=3.2.0->scikit-bio>=0.4.1->emperor==1.0.1.dev0) (0.8.0)
Cleaning up...
  Removing source in /tmp/pip-install-1lqc9w6z/scikit-bio
  Removing source in /tmp/pip-install-1lqc9w6z/future
  Removing source in /tmp/pip-install-1lqc9w6z/hdmedians
parso requires Python '>=3.6' but the running Python is 3.5.6
ElDeveloper commented 3 years ago

Thanks @antgonza, I just removed 3.5 from the build matrix since we likely don't need this anymore.