Update docs dependencies; re-run notebooks

This commit is contained in:
2025-06-10 12:28:39 -05:00
parent e0b4181579
commit a306f0df26
10 changed files with 388 additions and 302 deletions

View File

@@ -14,12 +14,11 @@ setup(
packages=find_namespace_packages(),
python_requires=">=3.9",
install_requires=[
"Jinja2<3.1",
"gurobipy>=12,<13",
"h5py>=3,<4",
"networkx>=2,<3",
"numpy>=1,<2",
"pandas>=1,<2",
"pandas>=2,<3",
"pathos>=0.2,<0.3",
"pyomo>=6,<7",
"scikit-learn>=1,<2",
@@ -28,21 +27,17 @@ setup(
],
extras_require={
"dev": [
"Sphinx>=3,<4",
"Sphinx>=8,<9",
"black==22.6.0",
"mypy==1.8",
"myst-parser==0.14.0",
"myst-parser>=4,<5",
"nbsphinx>=0.9,<0.10",
"pyflakes==2.5.0",
"pytest>=7,<8",
"sphinx-book-theme==0.1.0",
"sphinxcontrib-applehelp==1.0.4",
"sphinxcontrib-devhelp==1.0.2",
"sphinxcontrib-htmlhelp==2.0.1",
"sphinxcontrib-serializinghtml==1.1.5",
"sphinxcontrib-qthelp==1.0.3",
"sphinx-multitoc-numbering>=0.1,<0.2",
"sphinx-book-theme>=1,<2",
"sphinx-multitoc-numbering==0.1.3",
"twine>=6,<7",
"ipython>=9,<10",
]
},
)