From df0070c0646e7eb4cc147bdb3d11ff998b7f3a15 Mon Sep 17 00:00:00 2001 From: JonathanNoky <138217120+JonathanNoky@users.noreply.github.com> Date: Tue, 17 Dec 2024 11:05:19 +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 47fe635..82e5919 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,12 +40,12 @@ plugins = [ "nomad-parser-plugins-workflow>=1.0", "nomad-parser-plugins-database>=1.0", #"nomad-measurements @ git+https://github.com/FAIRmat-NFDI/nomad-measurements@694b481a4a92d53f773e73bd6fe37a00ee39bcf7", - "nomad-measurements", + "nomad-measurements @ git+https://github.com/FAIRmat-NFDI/nomad-measurements@a64b8142774e6f3ed14a74a6fad24cd6784e5fe3", "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", - "cpfs_ppms @ git+https://github.com/MPI-CPfS-Dresden/nomad-ppms-plugin@2fd0394e540e10fce5f97b40b04f9799965ddb4f", + #"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"] jupyter = []