Skip to content

Commit 6266093

Browse files
authored
feat: add dedicated fireworks optional dependency (Fix #1033). (#1035)
* 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.
1 parent 9c4447c commit 6266093

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ openmm = [
6868
"openmm-mdanalysis-reporter>=0.1.0",
6969
"openmm>=8.1.0",
7070
]
71+
fireworks = ["FireWorks==2.0.3"]
7172
docs = [
7273
"FireWorks==2.0.3",
7374
"autodoc_pydantic==2.2.0",

0 commit comments

Comments
 (0)