Skip to content

Commit

Permalink
Fix the way to request python version
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwen committed Jul 15, 2022
1 parent 6c5c79c commit f13ba56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,8 @@ def chech_kim_api_compatibility():
version=get_kimpy_version(),
packages=find_packages(),
setup_requires=["pybind11"],
install_requires=["pybind11", "numpy", "pytest", "python>=3.7"],
install_requires=["pybind11", "numpy", "pytest"],
python_requires=">=3.7",
cmdclass={"build_ext": BuildExt},
ext_modules=get_kimpy_ext_modules(),
author="Mingjian Wen, Yaser Afshar",
Expand Down

0 comments on commit f13ba56

Please sign in to comment.