Skip to content

Commit 9e2b0b1

Browse files
Update pyproject.toml
1 parent 217f037 commit 9e2b0b1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

PythonDSSAnalysis/pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ classifiers = [
1616
"License :: OSI Approved :: MIT License",
1717
]
1818
dependencies = [
19-
"numpy>=2.0", # compatible versions controlled through scipy
19+
"numpy>=2.0",
20+
"pyyaml>=6.0"# compatible versions controlled through scipy
2021
]
2122
[tool.setuptools.packages.find]
2223
where = ["src"]
2324

2425
[tool.setuptools.package-data]
25-
mypkg = ["*.csv", "*.yml"]
26+
mypkg = ["*.csv", "*.yml"]

0 commit comments

Comments
 (0)