Blank repo
This commit is contained in:
commit
cabdb55ba9
|
@ -0,0 +1,5 @@
|
||||||
|
# Title. No more than 50 characters ----> |
|
||||||
|
|
||||||
|
# Leave a single blank line between the title and the body (excluding comments)
|
||||||
|
|
||||||
|
# Body. Write a description of what you've changed.
|
|
@ -0,0 +1,19 @@
|
||||||
|
[tool.poetry]
|
||||||
|
name = "mwc-pedprog-unit01-lab04"
|
||||||
|
version = "0.1.0"
|
||||||
|
description = ""
|
||||||
|
authors = ["Chris <github.com@accounts.chrisproctor.net>"]
|
||||||
|
license = "MIT"
|
||||||
|
|
||||||
|
[tool.poetry.dependencies]
|
||||||
|
python = "^3.9"
|
||||||
|
jupyterlab = "^3.3.3"
|
||||||
|
pandas = "^1.4.2"
|
||||||
|
matplotlib = "^3.5.1"
|
||||||
|
seaborn = "^0.11.2"
|
||||||
|
|
||||||
|
[tool.poetry.dev-dependencies]
|
||||||
|
|
||||||
|
[build-system]
|
||||||
|
requires = ["poetry-core>=1.0.0"]
|
||||||
|
build-backend = "poetry.core.masonry.api"
|
Loading…
Reference in New Issue