We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 217f037 commit 9e2b0b1Copy full SHA for 9e2b0b1
1 file changed
PythonDSSAnalysis/pyproject.toml
@@ -16,10 +16,11 @@ classifiers = [
16
"License :: OSI Approved :: MIT License",
17
]
18
dependencies = [
19
- "numpy>=2.0", # compatible versions controlled through scipy
+ "numpy>=2.0",
20
+ "pyyaml>=6.0"# compatible versions controlled through scipy
21
22
[tool.setuptools.packages.find]
23
where = ["src"]
24
25
[tool.setuptools.package-data]
-mypkg = ["*.csv", "*.yml"]
26
+mypkg = ["*.csv", "*.yml"]
0 commit comments