From 153a18ce266116ed1b7f9888d965f77a3b587c44 Mon Sep 17 00:00:00 2001 From: "Andrew S. Rosen" Date: Mon, 11 Mar 2024 14:47:06 -0700 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ad65085424..91e3e34698 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ requires-python = ">=3.9, <3.13" dependencies = [ "ase>3.22.1", # for Atoms object and calculators "cclib>=1.8", # for I/O parsing of molecular DFT codes - "git+https://github.com/materialsproject/custodian.git", # for automated error corrections + "custodian @ git+https://github.com/materialsproject/custodian", # for automated error corrections "emmet-core>=0.78.0", # for pre-made schemas "maggma>=0.57.0", # for database handling "monty>=2024.2.26", # miscellaneous Python utilities