-
LEROUX Cyrille authoredLEROUX Cyrille authored
pyproject.toml 970 B
[tool.poetry]
name = "formation_preproc"
version = "0.1.0"
description = ""
authors = ["None"]
[tool.poetry.dependencies]
python = "^3.10,<=3.10.6"
tensorflow = "^2.10.0"
pandas = "^1.5.0"
torch = "^1.12.1"
torchvision = "^0.13.1"
matplotlib = "^3.6.0"
seaborn = "^0.12.2"
pathlib = "^1.0.1"
tqdm = "^4.64.1"
scikit-learn = "^1.1.2"
kmodes = "^0.12.2"
pyarrow = "^9.0.0"
ipywidgets = "^8.0.2"
xgboost = "^1.6.2"
feature-engine = "^1.4.1"
keras-tuner = "^1.1.3"
hyperopt = "^0.2.7"
graphviz = "^0.20.1"
ipykernel = "^6.22.0"
tensorflow-datasets = "^4.9.2"
librosa = "^0.10.0.post2"
ffmpeg = "^1.4"
gtts = "^2.3.2"
speechrecognition = "^3.10.0"
pydub = "^0.25.1"
opencv-python = "^4.7.0.72"
ultralytics = "^8.0.98"
diskcache = "^5.6.1"
[tool.poetry.dev-dependencies]
black = "^22.8.0"
flake8 = "^5.0.4"
mypy = "^0.982"
jupyterlab = "^3.4.8"
jupyterlab-system-monitor = "^0.8.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"