OS | mac OS Sierra バージョン10.12.6 / Windows 10 |
Python | 3.5.3 |
NumPy | 1.14.3 |
matplotlib | 2.2.2 |
PySide2 | 5.11.2 |
Pandas | 0.23.4 |
Scipy | 1.1.0 |
gym | 0.18.0 |
開発環境 | IPython(バージョン7.0.1) |
$ pip install ipython
$ pip install numpy
pip install <ライブラリ名>==<バージョン名>
$ pip install numpy==1.14.3
ライブラリ名 | バージョン名 |
NumPy | 1.14.3 |
matplotlib | 2.2.2 |
PySide2 | 5.11.2 |
Pandas | 0.23.4 |
Scipy | 1.1.0 |
gym | 0.18.0 |