Skip to content

Commit

Permalink
loosen up dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <[email protected]>
  • Loading branch information
adam2392 committed Oct 31, 2023
1 parent 578a74a commit a979d4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- run:
name: Temporary Hack for numpy
command: |
pip install numpy==1.22.0
poetry run python -m pip install numpy==1.22.0
- run:
name: Build documentation
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ optional = true
[tool.poetry.group.docs.dependencies]
poethepoet = "^0.20.0"
portray = "^1.7.0"
matplotlib = { version = "^3.7.1" }
matplotlib = { version = "^3.6.0" }
numpydoc = { version = "1.4" }
pydata-sphinx-theme = { version = "^0.9.0" }
sphinx = { version = "^5.1.1" }
Expand Down

0 comments on commit a979d4d

Please sign in to comment.