Skip to content

Commit

Permalink
Add dependencies to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti committed Dec 18, 2023
1 parent cc55e64 commit 61c0cf5
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,17 @@ description = "A powerful tool for quasi-harmonic approximation"
authors = [
{name = "Qi Zhang", email = "[email protected]"},
]
dependencies = []
requires-python = ">=3.6"
dependencies = [
"lazy-property>=0.0.1",
"mpmath>=1.3.0",
"pandas>=2.1.4",
"scientific-string>=0.1.0",
"scipy>=1.11.4",
"text-stream>=0.2.0",
"pyyaml>=6.0.1",
"matplotlib>=3.8.2",
]
requires-python = ">=3.11"
readme = "README.md"
license = {text = "GNU General Public License 3"}

Expand Down

0 comments on commit 61c0cf5

Please sign in to comment.