Update pyproject metadata
This commit is contained in:
parent
d7f0a6544e
commit
a281562673
|
@ -1,12 +1,12 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "mwc-pedprog-unit01-lab04"
|
name = "lab_pokemon"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["Chris <github.com@accounts.chrisproctor.net>"]
|
authors = ["Chris <chris@chrisproctor.net>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.9"
|
python = "^3.11"
|
||||||
jupyterlab = "^3.3.3"
|
jupyterlab = "^3.3.3"
|
||||||
pandas = "^1.4.2"
|
pandas = "^1.4.2"
|
||||||
matplotlib = "^3.5.1"
|
matplotlib = "^3.5.1"
|
||||||
|
|
Loading…
Reference in New Issue