Requirements¶
Python¶
Currently, InferPy requires Python 2.7 or 3.x. For checking your default Python version, type:
$ python --version
Travis tests are performed on versions 2.7, 3.5 and 3.6. Go to https://www.python.org/ for specific instructions for installing the Python interpreter in your system.
Edward¶
InferPy requires exactly the version 1.3.5 of Edward. You may check the installed package version as follows.
$ pip freeze | grep edward
Tensorflow¶
Tensorflow: from version 1.5 up to 1.7 (both included). For checking the installed tensorflow version, type:
$ pip freeze | grep tensorflow