project settings updated - e.g. dependencies for building docs and testing
This commit is contained in:
parent
6c3437f509
commit
359120bbcf
|
@ -9,7 +9,7 @@ __pycache__
|
||||||
.pytest_cache
|
.pytest_cache
|
||||||
tests/autogenerated_*.py
|
tests/autogenerated_*.py
|
||||||
docs/build/
|
docs/build/
|
||||||
docs/source/modules.md
|
docs/source/_autogenerated/
|
||||||
venv/
|
venv/
|
||||||
.venv/
|
.venv/
|
||||||
thermo_data/combined_data.yaml
|
thermo_data/combined_data.yaml
|
||||||
|
|
|
@ -40,11 +40,12 @@ dev = [
|
||||||
"cantera",
|
"cantera",
|
||||||
"pyyaml>=6.0.1",
|
"pyyaml>=6.0.1",
|
||||||
"types-PyYAML",
|
"types-PyYAML",
|
||||||
"scipy-stubs"
|
"scipy-stubs",
|
||||||
|
"matplotlib"
|
||||||
]
|
]
|
||||||
doc_build = [
|
doc_build = [
|
||||||
"sphinx",
|
"sphinx",
|
||||||
"sphinx_rtd_theme",
|
"pydata_sphinx_theme",
|
||||||
"sphinx-autodoc-typehints",
|
"sphinx-autodoc-typehints",
|
||||||
"myst-parser",
|
"myst-parser",
|
||||||
"pandas",
|
"pandas",
|
||||||
|
|
Loading…
Reference in New Issue