OME / fullC /code /pyproject.toml
ericqu's picture
Add files using upload-large-folder tool
39ea985 verified
Raw
History Blame Contribute Delete
391 Bytes
[project]
name = "omol-elec-process"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"basis-set-exchange>=0.12",
"hdf5plugin>=7.1.0",
"numpy>=2.5.2",
"pandas>=3.0.5",
"pyarrow>=25.0.1",
"pyscf>=2.14.0",
"scipy>=1.18.1",
"tqdm>=4.70.0",
"zarr>=3.3.0",
"zstandard>=0.25.0",
]