Skip to content

Commit

Permalink
Merge pull request #151 from issp-center-dev/drop_python_36-37
Browse files Browse the repository at this point in the history
drop python 3.6 and 3.7 support
  • Loading branch information
yomichi authored Sep 15, 2024
2 parents b2a8b5e + 172af79 commit 5664ff5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Installation
Prerequisites
-------------

#. Python3
#. Python3 (>=3.8)

#. You will also need at least one impurity solver.

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
]),
author_email='[email protected]',

python_requires='>=3.6, <4',
python_requires='>=3.8, <4',
install_requires=[
'numpy',
'numpy<2',
'scipy>=1.4',
# h5py 2.10.0 has a bug.
# Import h5py imports mpi4py automatically.
Expand Down

0 comments on commit 5664ff5

Please sign in to comment.