Skip to content

Commit

Permalink
Add pyfiglet and update python version in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
QG-phy committed Aug 14, 2024
1 parent 3890ad7 commit 58339f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"
repository = "https://github.com/deepmodeling/DeePTB"

[tool.poetry.dependencies]
python = ">=3.8"
python = ">=3.9"
pytest = ">=7.2.0"
pytest-order = "1.2.0"
numpy = "*"
Expand All @@ -29,6 +29,7 @@ torch_geometric = ">=2.4.0"
opt-einsum = "3.3.0"
h5py = "3.7.0"
lmdb = "1.4.1"
pyfiglet = "1.0.2"


[tool.poetry.group.dev.dependencies]
Expand All @@ -52,6 +53,7 @@ torch_geometric = ">=2.4.0"
opt-einsum = "3.3.0"
h5py = "3.7.0"
lmdb = "1.4.1"
pyfiglet = "1.0.2"

[tool.poetry.group.3Dfermi]
optional = true
Expand Down

0 comments on commit 58339f0

Please sign in to comment.