We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf2d544 commit 3b1bd8aCopy full SHA for 3b1bd8a
setup.py
@@ -39,8 +39,9 @@
39
keywords="budgitree scientific exponential notation branch support decimal polytomy polytomies phylogenetic newick tree bifurcating", # Optional
40
packages=find_packages(exclude=["contrib", "docs", "tests"]), # Required
41
python_requires=">=3.9",
42
- install_requires=["ete3 >= 3.1.3",
43
- "biopython >= 1.84"],
+ install_requires=["ete3 == 3.1.3",
+ "biopython == 1.84",
44
+ "six == 1.16.0"],
45
extras_require={ # Optional
46
"dev": ["pre-commit", "pipenv"],
47
"test": ["pytest", "pytest-cov"],
0 commit comments