mirror of
https://github.com/google-deepmind/deepmind-research.git
synced 2026-02-06 12:02:08 +08:00
Lift restriction on h5py now pyscf 2 is widely available.
PiperOrigin-RevId: 480303233
This commit is contained in:
committed by
Diego de las Casas
parent
affa162ac7
commit
a8dab395c8
@@ -19,12 +19,13 @@ from setuptools import setup
|
||||
REQUIRED_PACKAGES = [
|
||||
'absl-py',
|
||||
'attrs',
|
||||
# PySCF 1.7.6 and older do not support h5py 3.3.0:
|
||||
# Note PySCF 1.7.6 and older do not support h5py 3.3.0:
|
||||
# https://github.com/pyscf/pyscf/issues/1016
|
||||
# If using PySCF 2.0 or later, this restriction can be lifted.
|
||||
'h5py<3.3.0',
|
||||
'h5py',
|
||||
'numpy',
|
||||
'pyscf',
|
||||
# Note DM21 functionals are compatible with PySCF 1.7.6 if an older version
|
||||
# of h5py is used.
|
||||
'pyscf>=2.0',
|
||||
'tensorflow',
|
||||
'tensorflow_hub',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user