From 0794cabbd96b56c78e473b743767413c38d8fed4 Mon Sep 17 00:00:00 2001 From: "Andrew S. Rosen" Date: Wed, 12 Feb 2025 22:57:10 -0500 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 772e406a50..4e94bb0380 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ covalent = ["covalent>=0.234.1-rc.0; platform_system!='Windows'", "covalent-cloud>=0.39.0; platform_system!='Windows'"] dask = ["dask[distributed]>=2023.12.1", "dask-jobqueue>=0.8.2"] defects = ["pymatgen-analysis-defects>=2024.10.22", "shakenbreak>=3.2.0"] -jobflow = ["jobflow[fireworks]>=0.1.14", "jobflow-remote>=0.1.0"] +jobflow = ["jobflow[fireworks]>=0.1.14", "jobflow-remote[gui]>=0.1.0"] mlp = ["matgl>=1.1.2", "chgnet>=0.3.3", "mace-torch>=0.3.3", "torch-dftd>=0.4.0", "sevenn>=0.10.1", "orb-models>=0.4.1"] mp = ["atomate2>=0.0.14"] newtonnet = ["newtonnet>=1.1"]