Skip to content

Commit

Permalink
dependency spec fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Dec 7, 2023
1 parent 45e2701 commit 4a15ae5
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 44 deletions.
84 changes: 42 additions & 42 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ ipython = { version = "^7.21.0", optional = true }
# docs extra
Sphinx = { version = "^7.1.2", optional = true }
sphinx-rtd-theme = { version = "^1.3.0,<=2.0.0", optional = true }
sphinx-toolbox = "^3.5.0"
sphinx-toolbox = { version = "^3.5.0", optional = true }
nbsphinx = { version = "^0.9.1", optional = true }
recommonmark = { version = "^0.7.1", optional = true }
pandoc = {version = "2.4b0", optional = true}
pandoc = {version = "^2.4b0", optional = true}
matplotlib = {version = "^3.7.1", optional = true}
matplotlib-inline = {version = "^0.1.6", optional = true}
seaborn = {version = "^0.12.2", optional = true}
Expand Down

0 comments on commit 4a15ae5

Please sign in to comment.