Skip to content

Commit

Permalink
Merge pull request #56 from issp-center-dev/numpy_version_upperbound
Browse files Browse the repository at this point in the history
Set the upper bound of numpy version
  • Loading branch information
yomichi authored Jun 4, 2024
2 parents 2786845 + 53023f0 commit 2b26776
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PHYSBO was developed based on [COMBO](https://github.com/tsudalab/combo) for aca

- Python >= 3.6
- No longer tested with Python 3.6
- NumPy
- NumPy < 2.0.0
- SciPy

## Install
Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/manual/en/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Required Packages
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Python >= 3.6
* numpy
* numpy < 2.0.0
* scipy

Download and Install
Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/manual/ja/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
PHYSBOの実行環境・必要なパッケージは以下の通りです。

* Python >= 3.6
* numpy
* numpy < 2.0.0
* scipy


Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ packages = find:
zip_safe = False
python_requires= >=3.6
install_requires =
numpy
numpy < 2.0
scipy

0 comments on commit 2b26776

Please sign in to comment.