data analysis code complete
Browse files- pyproject.toml +3 -0
pyproject.toml
CHANGED
|
@@ -11,6 +11,9 @@ huggingface-hub = "^0.14.1"
|
|
| 11 |
tensorflow = "^2.12.0"
|
| 12 |
|
| 13 |
|
|
|
|
|
|
|
|
|
|
| 14 |
[build-system]
|
| 15 |
requires = ["poetry-core"]
|
| 16 |
build-backend = "poetry.core.masonry.api"
|
|
|
|
| 11 |
tensorflow = "^2.12.0"
|
| 12 |
|
| 13 |
|
| 14 |
+
[tool.poetry.group.dev.dependencies]
|
| 15 |
+
black = {version = "^23.3.0", allow-prereleases = true}
|
| 16 |
+
|
| 17 |
[build-system]
|
| 18 |
requires = ["poetry-core"]
|
| 19 |
build-backend = "poetry.core.masonry.api"
|