Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed Jan 31, 2025
1 parent 0ce0aeb commit cec9550
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 40 deletions.
68 changes: 34 additions & 34 deletions poetry.lock

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

10 changes: 4 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ pyarrow = ">=15.0.2,<19.0.0"
torch = "^2.2.0,<2.3.0"
winterrb = "^1.0.0"

[tool.poetry.group.docs.dependencies]
sphinx = ">=7.0.1,<9.0.0"
sphinx-rtd-theme = ">=2,<4"
sphinx-mdinclude = ">=0.5.3,<0.7.0"
rstcloth = "^0.6.0"

[tool.poetry.group.dev.dependencies]
black = "^24.1.1"
pre-commit = ">=3.6,<5.0"
Expand All @@ -63,6 +57,10 @@ mypy = "^1.3"
types-requests = "^2.31.0.1"
types-toml = "^0.10.8.6"
coveralls = {extras = ["toml"], version = ">=3.3.1,<5.0.0"}
sphinx = ">=7.0.1,<9.0.0"
sphinx-rtd-theme = ">=2,<4"
sphinx-mdinclude = ">=0.5.3,<0.7.0"
rstcloth = "^0.6.0"

[tool.coverage.run]
source = ["mirar"]
Expand Down

0 comments on commit cec9550

Please sign in to comment.