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