Update pyproject metadata

This commit is contained in:
Chris Proctor 2023-06-02 14:06:22 -04:00
parent d7f0a6544e
commit a281562673
1 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
[tool.poetry]
name = "mwc-pedprog-unit01-lab04"
name = "lab_pokemon"
version = "0.1.0"
description = ""
authors = ["Chris <github.com@accounts.chrisproctor.net>"]
authors = ["Chris <chris@chrisproctor.net>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.9"
python = "^3.11"
jupyterlab = "^3.3.3"
pandas = "^1.4.2"
matplotlib = "^3.5.1"