project settings updated - e.g. dependencies for building docs and testing

This commit is contained in:
Nicolas Kruse 2025-06-06 09:06:33 +02:00
parent 6c3437f509
commit 359120bbcf
2 changed files with 4 additions and 3 deletions

2
.gitignore vendored
View File

@ -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

View File

@ -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",