python3Packages.monty: 2023.4.10 -> 2023.9.5

This commit is contained in:
Martin Weinelt 2023-09-15 14:06:32 +02:00
parent 37caca92da
commit f8f9c657e0

View file

@ -9,12 +9,13 @@
, pytestCheckHook
, pythonOlder
, ruamel-yaml
, torch
, tqdm
}:
buildPythonPackage rec {
pname = "monty";
version = "2023.4.10";
version = "2023.9.5";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -23,7 +24,7 @@ buildPythonPackage rec {
owner = "materialsvirtuallab";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-9of56ErJ03hU+KqxUjR4IiyU4XLJoothSwODlzSWv9Y=";
hash = "sha256-VzOu0gLQcobWQs8uMFzI4CyN+1OVx94VqhJYB+rMpMI=";
};
postPatch = ''
@ -43,6 +44,7 @@ buildPythonPackage rec {
pydantic
pymongo
pytestCheckHook
torch
];
pythonImportsCheck = [