From ce3d64733530fd647ec7bc113a74d3b88ecb2fa5 Mon Sep 17 00:00:00 2001 From: JonathanNoky <138217120+JonathanNoky@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:26:25 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef1e20c..68d0b2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ plugins = [ "statsmodels", "labfolder_plugin @ git+https://github.com/MPI-CPfS-Dresden/nomad-labfolder-plugin@8091734ddd4bdf9eb70247674b8888ccb0128101", "cpfs_ppms @ git+https://github.com/MPI-CPfS-Dresden/nomad-ppms-plugin@0e9934c9b5c768b97038f5dd9719e279945d8203", - "cpfs_synthesis @ git+https://github.com/MPI-CPfS-Dresden/nomad-cpfs-synthesis-plugin9f4003652ed88d9ad7aff7c89005da5061023bbf"] + "cpfs_synthesis @ git+https://github.com/MPI-CPfS-Dresden/nomad-cpfs-synthesis-plugin@9f4003652ed88d9ad7aff7c89005da5061023bbf"] jupyter = [] dev = ["nomad-lab[parsing, infrastructure, dev]>=1.3.4"]