From 8e0396646104c79959edb0ddceac2f372c7397b9 Mon Sep 17 00:00:00 2001 From: Alvin Noe Ladines Date: Wed, 11 Sep 2024 19:31:23 +0200 Subject: [PATCH] Fix pyproject --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 55956d0..640fe66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,14 +3,14 @@ requires = ["setuptools"] build-backend = "setuptools.build_meta" [project] -name = 'simulationparsers' +name = 'nomad-parser-plugins-simulation' version = '1.0' description = 'Collection of NOMAD parsers for simulation codes.' readme = "README.md" authors = [{ name = "The NOMAD Authors" }] license = { file = "LICENSE" } dependencies = [ - "nomad-lab>=1.2.0", + "nomad-lab>=1.3.6", "nomad-schema-plugin-run>=1.0.1", ]