Skip to content

Commit

Permalink
Added dependencies to toml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Aug 6, 2024
1 parent f1e7b6f commit 79eaa1f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,16 @@ classifiers = [
]
requires-python = ">=3.9"
dependencies = [
# dependencies as strings with quotes, e.g. "foo"
# You can add version requirements like "foo>2.0"
"premise",
"pyyaml",
"peewee",
"bw2io",
"bw2data",
"bw2analyzer",
"pandas",
"numpy",
"matplotlib",
"seaborn",
]

[project.urls]
Expand Down

0 comments on commit 79eaa1f

Please sign in to comment.