-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
42 lines (39 loc) · 1013 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[tool.poetry]
name = "edge"
version = "0.1.0"
description = "Edge is a lightweight, efficient neural network model for real-time satellite image classification on cloud-based edge computing environments."
authors = ["Renato Boemer <[email protected]>"]
license = "BSD"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
docker = "^6.1.3"
ipykernel = "^6.26.0"
ipython = "^8.16.1"
jupyterlab = "^4.0.7"
matplotlib = "^3.8.0"
matplotlib-inline = "^0.1.6"
mlflow = "^2.8.0"
nbconvert = "^7.9.2"
nbformat = "^5.9.2"
notebook = "^7.0.6"
notebook-shim = "^0.2.3"
numpy = "^1.26.1"
opencv-python = "^4.8.1.78"
optuna = "^3.4.0"
packaging = "^23.2"
pandas = "^2.1.1"
pickleshare = "^0.7.5"
poetry = "^1.7.0"
prompt-toolkit = "^3.0.39"
pylint = "^3.0.2"
pyparsing = "^3.1.1"
pytest = "^7.4.3"
python-dateutil = "^2.8.2"
scikit-learn = "^1.3.2"
seaborn = "^0.13.0"
[tool.poetry.dev-dependencies]
pytest = "^7.4.3"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"