Skip to content

Commit

Permalink
feat: add dedicated fireworks optional dependency (Fix #1033). (#1035)
Browse files Browse the repository at this point in the history
* feat: add dedicated fireworks optional dependency

Move FireWorks dependency from docs and tests to its own optional dependency
group. This allows users to explicitly install FireWorks components with
`pip install atomate2[fireworks]` and makes the dependency structure more
modular and clear.

* Update pyproject.toml

* fix little typo.
  • Loading branch information
hongyi-zhao authored Nov 1, 2024
1 parent 9c4447c commit 6266093
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ openmm = [
"openmm-mdanalysis-reporter>=0.1.0",
"openmm>=8.1.0",
]
fireworks = ["FireWorks==2.0.3"]
docs = [
"FireWorks==2.0.3",
"autodoc_pydantic==2.2.0",
Expand Down

0 comments on commit 6266093

Please sign in to comment.