Skip to content

Commit

Permalink
Comment out benchmark dependencies; throws poetry into a loop
Browse files Browse the repository at this point in the history
  • Loading branch information
erezsh committed Jan 2, 2024
1 parent 5985e97 commit 7488563
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ contextvars = {version = "*", python = "~3.6"}
typing_extensions = "*"
# The following are used for benchmarking -
pytest-benchmark = "*"
beartype = "*"
plum-dispatch = "*"
multipledispatch = "*"
# beartype = "*"
# plum-dispatch = "*"
# multipledispatch = "*"

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

0 comments on commit 7488563

Please sign in to comment.