Skip to content

Commit

Permalink
build: fix more dependency errors
Browse files Browse the repository at this point in the history
  • Loading branch information
geddy11 committed May 21, 2024
1 parent 5d0e63f commit 6de316f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ matplotlib = "^3.0"
tqdm = "^4.63"

[tool.poetry.dev-dependencies]
pytest = "^8.0."
pytest-cov = "^4.0."
pytest = "^8.0"
pytest-cov = "^4.0"
matplotlib = "^3.0"
jupyter-book = "^1.0.0"
toml = "^0.10.2"
Expand Down

0 comments on commit 6de316f

Please sign in to comment.