File size: 391 Bytes
39ea985 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | [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",
]
|