python3Packages.monty: 2023.4.10 -> 2023.9.5
This commit is contained in:
parent
37caca92da
commit
f8f9c657e0
1 changed files with 4 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue