diff --git a/pyproject.toml b/pyproject.toml index 0a3c324..cfacc81 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.4" numpy = "^1.25.1" seaborn = "^0.12.2" pyyaml = "^6.0.1"