diff --git a/pyproject.toml b/pyproject.toml index e3f4b04..46b1b41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] -name = "mwc-pedprog-unit01-lab04" +name = "lab_pokemon" version = "0.1.0" description = "" -authors = ["Chris "] +authors = ["Chris "] license = "MIT" [tool.poetry.dependencies] -python = "^3.9" +python = "^3.11" jupyterlab = "^3.3.3" pandas = "^1.4.2" matplotlib = "^3.5.1"