Skip to content

Commit

Permalink
Add complexipy
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvnthss committed May 17, 2024
1 parent bef8515 commit c7ffd05
Show file tree
Hide file tree
Showing 2 changed files with 203 additions and 5 deletions.
201 changes: 199 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ readme = "README.md"
include = ["data/*"]

[tool.poetry.dependencies]
python = "^3.11"
numpy = "^1.26.2"
pillow = "^10.1.0"
pandas = "^2.1.4"
pillow = "^10.1.0"
python = "^3.11"

[tool.poetry.group.dev.dependencies]
complexipy = "^0.3.3"
coverage = "^7.3.3"
pylint = "^3.0.3"
pytest = "^7.4.3"
coverage = "^7.3.3"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit c7ffd05

Please sign in to comment.