We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e2952 commit 09575b7Copy full SHA for 09575b7
pyproject.toml
@@ -20,7 +20,7 @@ dependencies = [
20
"pandas>=2.0",
21
"scipy>=1.7",
22
"tqdm>=4",
23
- "pyyaml (>=6.0.2,<7.0.0)"
+ "pyyaml (>=6.0.2,<7.0.0)",
24
]
25
[project.urls]
26
Homepage = "https://github.com/DataForScience/epidemik"
@@ -30,6 +30,9 @@ Documentation = "https://epidemik.readthedocs.io/"
30
[tool.poetry-dynamic-versioning]
31
enable = true
32
33
+[tool.poetry.group.dev.dependencies]
34
+pytest = "^8.3.4"
35
+
36
[build-system]
37
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
38
build-backend = "poetry_dynamic_versioning.backend"
@@ -40,4 +43,4 @@ source = "src/epidemik/__init__.py"
40
43
[tool.pytest.ini_options]
41
44
pythonpath = [
42
45
".", "src",
-]
46
+]
0 commit comments