diff options
| author | Shivesh Mandalia <shivesh.mandalia@outlook.com> | 2020-02-29 02:43:35 +0000 |
|---|---|---|
| committer | Shivesh Mandalia <shivesh.mandalia@outlook.com> | 2020-02-29 02:43:35 +0000 |
| commit | def104f19f571bfd67de5ecd3b37ed2e4bb7c5d8 (patch) | |
| tree | 7afcf8f61c8d71acc30a9bfac474e680c1d2cb40 /README.md | |
| parent | b337b7a457341999f97a188945c2c4cc03f7b11c (diff) | |
| download | GolemFlavor-def104f19f571bfd67de5ecd3b37ed2e4bb7c5d8.tar.gz GolemFlavor-def104f19f571bfd67de5ecd3b37ed2e4bb7c5d8.zip | |
python3 support
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,7 @@ # GolemFlavor [](https://travis-ci.org/ShiveshM/GolemFlavor) - + [](https://github.com/ShiveshM/GolemFlavor/blob/master/LICENSE) GolemFlavor is a Python package for running an analysis pipeline using @@ -26,9 +26,10 @@ is not found. ### Dependencies GolemFlavor has the following dependencies: -* [`Python`](https://www.python.org/) 2.7 +* [`Python`](https://www.python.org/) >= 2.7 or >= 3.4 * [`NumPy`](http://www.numpy.org/) * [`SciPy`](https://www.scipy.org/) +* [`Six`](https://six.readthedocs.io/) * [`mpmath`](http://mpmath.org/) * [`emcee`](https://emcee.readthedocs.io/en/stable/) * [`PyMultiNest`](https://johannesbuchner.github.io/PyMultiNest/) |
