diff --git a/pyproject.toml b/pyproject.toml index c9afc95..0a3c324 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" packages = [{include = "src", from = "."}] [tool.poetry.dependencies] -python = "3.11" +python = "^3.11" numpy = "^1.25.1" seaborn = "^0.12.2" pyyaml = "^6.0.1"