Skip to content

Commit

Permalink
addressing #152 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
manulera committed Jan 16, 2024
1 parent ffc55af commit 0322f2a
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 5 deletions.
43 changes: 38 additions & 5 deletions poetry.lock

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

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ requests-mock = ">=1.10.0"

[tool.poetry.group.docs.dependencies]
sphinx-autobuild = "^2021.3.14"
numpy = [
{version = ">=1.24", python = ">=3.9"},
{version = "<1.24", python = "<3.9"}
]
numpydoc = "^1.6.0"
sphinx-rtd-theme = "^1.3.0"

Expand Down

0 comments on commit 0322f2a

Please sign in to comment.