Skip to content

Commit

Permalink
Update pyproject.toml (#1098)
Browse files Browse the repository at this point in the history
Closes #1067.
  • Loading branch information
Andrew-S-Rosen authored Oct 24, 2023
1 parent 88e2282 commit 811f8bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ defects = ["pymatgen-analysis-defects>=2023.8.22", "shakenbreak>=3.2.0"]
jobflow = ["jobflow>=0.1.14", "fireworks>=2.0.3"]
newtonnet = ["torch>=2.0.1", "scikit-learn>=1.3.0"]
sella = ["sella>=2.3.2"]
parsl = ["parsl@git+https://github.com/Parsl/parsl.git"]
parsl = ["parsl>=2023.10.23"]
prefect = ["prefect>=2.13.1", "prefect-dask>=0.2.4", "dask-jobqueue>=0.8.2"]
redun = ["redun>=0.16.2"]
tblite = ["tblite[ase]>=0.3.0; platform_system=='Linux'"]
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements-parsl.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git+https://github.com/Parsl/parsl.git
parsl==2023.10.23

0 comments on commit 811f8bd

Please sign in to comment.