Skip to content

Commit 6cfdbc8

Browse files
committed
Update README
1 parent 3273084 commit 6cfdbc8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ pip install bayesml
2727

2828
The following are required.
2929

30-
* Python
31-
* NumPy
32-
* SciPy
33-
* MatplotLib
30+
* Python (>= 3.7)
31+
* NumPy (>= 1.20)
32+
* SciPy (>= 1.7)
33+
* MatplotLib (>= 3.5)
3434

3535
## Example
3636

README_jp.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ pip install bayesml
2626

2727
BayesMLの実行には以下が必要です.
2828

29-
* Python
30-
* NumPy
31-
* SciPy
32-
* MatplotLib
29+
* Python (>= 3.7)
30+
* NumPy (>= 1.20)
31+
* SciPy (>= 1.7)
32+
* MatplotLib (>= 3.5)
3333

3434
## 実行例
3535

0 commit comments

Comments
 (0)