File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ classifiers = [
2323 " Topic :: Other/Nonlisted Topic" ,
2424 " Topic :: Scientific/Engineering" ,
2525]
26- requires-python = " >=3.10 "
26+ requires-python = " >=3.11 "
2727dependencies = [
2828 " PyYAML" ,
2929 " click" ,
@@ -71,9 +71,9 @@ openmm = [
7171 " openmm-mdanalysis-reporter>=0.1.0" ,
7272 " openmm>=8.1.0" ,
7373]
74- fireworks = [" fireworks==2.0.6 " ]
74+ fireworks = [" fireworks==2.0.8 " ]
7575docs = [
76- " fireworks==2.0.6 " ,
76+ " fireworks==2.0.8 " ,
7777 " autodoc_pydantic==2.2.0" ,
7878 " furo==2025.9.25" ,
7979 " ipython==8.37.0" ,
@@ -87,7 +87,7 @@ docs = [
8787]
8888dev = [" pre-commit>=2.12.1" ]
8989tests = [
90- " fireworks==2.0.6 " ,
90+ " fireworks==2.0.8 " ,
9191 " nbmake==1.5.5" ,
9292 " pytest-cov==7.0.0" ,
9393 " pytest-mock==3.15.1" ,
You can’t perform that action at this time.
0 commit comments