Merge branch 'develop' into main
This commit is contained in:
commit
297efe8298
24 changed files with 3742 additions and 1481 deletions
|
|
@ -1,20 +1,36 @@
|
|||
[build-system]
|
||||
requires = ["poetry>=0.12"]
|
||||
build-backend = "poetry.masonry.api"
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.poetry]
|
||||
name = "workshop-machine-learning-for-beginners"
|
||||
name = "intro-to-data-science"
|
||||
version = "0.1.0"
|
||||
|
||||
authors = ["Alexander Hess <alexander@webartifex.biz>"]
|
||||
description = "An introductory workshop on machine learning"
|
||||
authors = [
|
||||
"Alexander Hess <alexander@webartifex.biz>",
|
||||
]
|
||||
description = "An intro to data science for absolute beginners"
|
||||
keywords = [
|
||||
"python",
|
||||
"data-science",
|
||||
"machine-learning",
|
||||
"matplotlib",
|
||||
"numpy",
|
||||
"seaborn",
|
||||
"sklearn",
|
||||
]
|
||||
license = "MIT"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.7"
|
||||
readme = "README.md"
|
||||
homepage = "https://github.com/webartifex/intro-to-data-science"
|
||||
repository = "https://github.com/webartifex/intro-to-data-science"
|
||||
|
||||
jupyterlab = "^2.2.8"
|
||||
matplotlib = "^3.3.2"
|
||||
numpy = "^1.19.2"
|
||||
pandas = "^1.1.2"
|
||||
scikit-learn = "^0.23.2"
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
jupyterlab = "^3.0.16"
|
||||
matplotlib = "^3.4.2"
|
||||
numpy = "^1.20.3"
|
||||
pandas = "^1.2.4"
|
||||
scikit-learn = "^0.24.2"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue