intro-to-data-science/pyproject.toml

21 lines
446 B
TOML
Raw Normal View History

2020-09-16 23:31:34 +02:00
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
[tool.poetry]
name = "workshop-machine-learning-for-beginners"
version = "0.1.0"
2020-09-16 23:31:34 +02:00
authors = ["Alexander Hess <alexander@webartifex.biz>"]
2020-09-16 23:31:34 +02:00
description = "An introductory workshop on machine learning"
license = "MIT"
[tool.poetry.dependencies]
2020-09-16 23:31:34 +02:00
python = "^3.7"
2020-09-16 23:31:34 +02:00
jupyterlab = "^2.2.8"
matplotlib = "^3.3.2"
numpy = "^1.19.2"
pandas = "^1.1.2"
scikit-learn = "^0.23.2"