diff --git a/README.md b/README.md index c64dd55..2ea9574 100644 --- a/README.md +++ b/README.md @@ -9,18 +9,18 @@ This is a plugin for [NOMAD](https://nomad-lab.eu) which contains the parser and ## Getting started - + ## Development -If you want to develop locally this package, clone the project and in the workspace folder, create a virtual environment (you can use Python 3.9, 3.10, or 3.11): +If you want to develop locally this package, clone the project and in the workspace folder, create a virtual environment (you can use Python 3.9, 3.10, 3.11, or 3.12): ```sh git clone https://github.com/nomad-coe/nomad-parser-vasp.git cd nomad-parser-vasp diff --git a/pyproject.toml b/pyproject.toml index 80b6fa1..a46e0f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ maintainers = [ license = { file = "LICENSE" } dependencies = [ "nomad-lab@git+https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-FAIR.git@ea0e5cbc632a514ea4d7e0bca1fab105d452f94c", - "nomad-simulations@git+https://github.com/nomad-coe/nomad-simulations.git@7c101b80f14d500d6c8bc266a001444b4ba35ea9", + "nomad-simulations@git+https://github.com/nomad-coe/nomad-simulations.git@6a7668bcda0c074f8696eddccf326973acff41ac", "python-magic-bin; sys_platform == 'win32'", ]