Skip to content

Commit

Permalink
correct pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
dengzq1234 committed Oct 15, 2024
1 parent 1f3557d commit 67e6077
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "treeprofiler"
description = "A command line tool to annotate and visualize metadata in phylogenetic tree."
version = "1.2.3"
version = "1.2.4"
authors = [
{ name="Ziqi Deng", email="dengziqi1234@gmail.com" },
{ name="Jaime Huerta-Cepas", email="jhcepas@gmail.com" },
Expand All @@ -32,15 +32,15 @@ classifiers = [
]

dependencies = [
"numpy>=1.22, <2.0",
"numpy==1.24",
"biopython>=1.8",
"selenium>=4.24.0",
"scipy>=1.8.0",
"matplotlib>=3.4.0",
"pymc>=5.0.0",
"aesara",
"ete4@git+https://github.com/etetoolkit/ete.git@ete4#egg=ete4",
"pastml@git+https://github.com/dengzq1234/pastml.git@pastml2ete4#egg=pastml"
"pyvirtualdisplay",
"webdriver_manager>=4.0",
"aesara"
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions treeprofiler/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .treeprofiler import main

0 comments on commit 67e6077

Please sign in to comment.