Skip to content

Commit

Permalink
Merge branch 'supercritcial_CO2_example' of https://github.com/JavalV…
Browse files Browse the repository at this point in the history
…yas2000/IDAES-examples into supercritcial_CO2_example
  • Loading branch information
JavalVyas2000 committed Feb 10, 2024
2 parents 7c121a1 + 027703f commit 909ef7d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ testing = [
# pytest reporting
"pytest-reportlog ~= 0.1.2",
"nbclient",
"nbmake",
"nbmake == 1.5.*",
]
# dependencies for building documentation
docs = [
"jupyter-book ~= 0.13.1",
"jupyter-book ~= 0.15.0",
# "jupyter-cache ~= 0.4.3",
"jupyter-cache",
# the older version of nbmake goes with the older
Expand All @@ -81,8 +81,9 @@ docs = [
"nbclient",
"nbformat",
# markdown in Sphinx
"myst-nb ~= 0.13.2",
"myst-parser ~= 0.15.2",
# we don't specify these as we assume jupyter-book will install compatible versions
# "myst-nb ~= 0.17.1",
# "myst-parser ~= 0.18.0",
]
# For developers
dev = [
Expand Down

0 comments on commit 909ef7d

Please sign in to comment.