From ddc539c8ff5dc7819386e922f54768a9c1349a46 Mon Sep 17 00:00:00 2001 From: JonathanNoky <138217120+JonathanNoky@users.noreply.github.com> Date: Tue, 17 Dec 2024 11:24:34 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 82e5919..567795c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,9 +44,9 @@ plugins = [ "nomad-material-processing", "nomad-analysis @ git+https://github.com/FAIRmat-NFDI/nomad-analysis.git@develop", "statsmodels", - "labfolder_plugin @ git+https://github.com/MPI-CPfS-Dresden/nomad-labfolder-plugin@8091734ddd4bdf9eb70247674b8888ccb0128101", + #"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@2fd0394e540e10fce5f97b40b04f9799965ddb4f", - "cpfs_synthesis @ git+https://github.com/MPI-CPfS-Dresden/nomad-cpfs-synthesis-plugin@ca9bb870784576d82257c11d391ef923bdc166f0"] + #"cpfs_synthesis @ git+https://github.com/MPI-CPfS-Dresden/nomad-cpfs-synthesis-plugin@ca9bb870784576d82257c11d391ef923bdc166f0"] jupyter = [] dev = ["nomad-lab[parsing, infrastructure, dev]>=1.3.4"]