Created
July 26, 2022 14:05
-
-
Save oscar-defelice/7606ebc658b8a6c8b7cf574c384a59dd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tool.poetry] | |
name = "dataflows" | |
version = "0.1.0" | |
description = "" | |
authors = ["oscar de felice <[email protected]>"] | |
[tool.poetry.dependencies] | |
python = ">=3.9, <3.10" | |
kedro = "0.18.1" | |
dask = {extras = ["distributed"], version = "^2021.12.0"} | |
pandas = "<1.4.0" | |
deap = "^1.3.1" | |
jupyter-client = "6.1.12" | |
pathos = "^0.2.8" | |
fsspec = "2021.11.1" | |
s3fs = "2021.11.1" | |
prophet = "^1.0.1" | |
tensorflow = "^2.9.1" | |
seaborn = "^0.11.2" | |
[tool.poetry.dev-dependencies] | |
jupyterlab = "^3.2.5" | |
tempr_ds = { path = "./tempr_ds/", develop = true } | |
kedro-viz = "^4.5.0" | |
dask-labextension = "^5.1.0" | |
# Jupyter Lab extension | |
jupyterlab-code-formatter = "^1.4.10" | |
isort = "^5.10.1" | |
black = "^21.12b0" | |
jupyterlab-system-monitor = "^0.8.0" | |
lckr-jupyterlab-variableinspector = "^3.0.9" | |
#jupyterlab-git = "^0.34.0" | |
python-crontab = "^2.6.0" | |
[build-system] | |
requires = ["poetry-core>=1.0.0"] | |
build-backend = "poetry.core.masonry.api" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment