Skip to content

Commit

Permalink
set upper bound of numpy version, < 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Jun 4, 2024
1 parent 2786845 commit 53023f0
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 53023f0

Please sign in to comment.