Metadata-Version: 2.1
Name: dspawpy
Version: 0.7.2
Summary: Tools for dspaw
Home-page: http://www.hzwtech.com/
Author: Hzwtech
License: MIT
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: pymatgen (>=2021.2.8.1)
Requires-Dist: statsmodels (>=0.12.0)
Requires-Dist: h5py (>=3.7)
Requires-Dist: joblib

# 安装提示

如果普通pip可以安装dspawpy，但是conda环境中的pip无法安装，报错

ERROR: Could not find a version that satisfies the requirement dspawpy

那么，尝试升级conda和pip！

conda update conda
conda update pip

再重新用pip安装。

详见 https://stackoverflow.com/questions/75542688/conda-installed-pip-failed-to-find-packages/75542962#75542962
