Skip to content

Commit

Permalink
Restores ruff, pyright to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonLChin committed Sep 9, 2024
1 parent a661830 commit fb61256
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 63 deletions.
123 changes: 62 additions & 61 deletions poetry.lock

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

6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ svgutils = "^0.3.4"
xarray = ">=2022.6.0"
scikit-learn = "^1.1.2"

[tool.poetry.dev-dependencies]
pytest = "^6.2"
[tool.poetry.group.dev.dependencies]
pytest = "^7.0"
pytest-cov = "^3.0.0"
tensordata = { git = "https://github.com/meyer-lab/tensordata.git", branch = "main" }
pyright = "^1.1.379"
ruff = "^0.6.4"

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

0 comments on commit fb61256

Please sign in to comment.