Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/quicophy/mdopt
Browse files Browse the repository at this point in the history
  • Loading branch information
meandmytram committed Aug 21, 2023
2 parents 9f92035 + 46e705c commit c70ebd6
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
36 changes: 18 additions & 18 deletions 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 @@ -48,7 +48,7 @@ optional = true

[tool.poetry.group.docs.dependencies]
matplotlib = "^3.7.0"
Sphinx = "^6.2.1"
Sphinx = ">=6.2.1,<8.0.0"
sphinx-rtd-theme = "^1.2.1"
sphinxcontrib-napoleon = "^0.7"
myst-parser = ">=1,<3"
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ click==8.1.3 ; python_version >= "3.9" and python_version < "4.0" \
colorama==0.4.6 ; python_version >= "3.9" and python_version < "4.0" and platform_system == "Windows" \
--hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \
--hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6
more-itertools==10.0.0 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:928d514ffd22b5b0a8fce326d57f423a55d2ff783b093bab217eda71e732330f \
--hash=sha256:cd65437d7c4b615ab81c0640c0480bc29a550ea032891977681efd28344d51e1
more-itertools==10.1.0 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:626c369fa0eb37bac0291bce8259b332fd59ac792fa5497b59837309cd5b114a \
--hash=sha256:64e0735fcfdc6f3464ea133afe8ea4483b1c5fe3a3d69852e6503b43a0b222e6
mpmath==1.3.0 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:7a28eb2a9774d00c7bc92411c19a89209d5da7c4c9a9e227be8330a23a25b91f \
--hash=sha256:a0b2b9fe80bbcd81a6647ff13108738cfb482d481d826cc0e02f5b35e5c88d2c
Expand Down

0 comments on commit c70ebd6

Please sign in to comment.