diff --git a/pyproject.toml b/pyproject.toml index 618c71b..e13c224 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,8 +24,8 @@ homepage = "https://github.com/nomad-coe/nomad-schema-plugin-simulation-workflow [tool.uv] dev-dependencies = [ - "nomad-normalizer-plugin-bandstructure@git+https://github.com/nomad-coe/nomad-normalizer-plugin-bandstructure.git@develop", - "nomad-normalizer-plugin-system@git+https://github.com/nomad-coe/nomad-normalizer-plugin-system.git@develop", + "nomad-normalizer-plugin-bandstructure", + "nomad-normalizer-plugin-system", 'mypy==1.0.1', 'pytest>= 5.3.0, <8', 'pytest-timeout>=1.4.2',