Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
7pandeys authored Dec 12, 2023
1 parent 31c05a0 commit d10f4ef
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
[tool.poetry]
name = "Customer Churn"
name = "dds-vizion"
version = "0.1.2"
description = "Customer Churn"
authors = ["Sandeep Pandey <7pandeys@gmail.com>"]
description = "Dyson Data Science computer vision"
authors = ["Daniel Low <[email protected]>", "Rodrigo Agundez <rodrigo.agundez@dyson.com>"]
readme = "README.md"

[tool.poetry.dependencies]
python = ">3.9 <3.11"
pandas = "^2.1.1"
numpy = "^1.26.0"
scikit-image = "^0.21.0"
opencv-python = "^4.8.1.78"
uvicorn = "*"
fastapi = "*"

[tool.poetry.group.dev.dependencies]
black = "^23.9.1"
Expand Down

0 comments on commit d10f4ef

Please sign in to comment.