Skip to content

Commit

Permalink
fix: less prod dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TomDarmon committed Nov 24, 2023
1 parent d82a733 commit 644757c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ numpy = "1.24.2"
llist = "0.7.1"
pydantic = "2.4.2"

lapx = "^0.5.5"
opencv-python = "^4.8.1.78"
tqdm = "^4.66.1"
pillow = "^10.1.0"

[tool.poetry.group.dev.dependencies]
black = "22.10.0"
ruff = "0.0.272"
Expand All @@ -33,7 +28,7 @@ nbstripout = "0.6.1"


[build-system]
requires = ["poetry-core>=1.0.0", "Cython=^0.29.23"]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"


Expand Down

0 comments on commit 644757c

Please sign in to comment.