Skip to content

Commit 095c0a5

Browse files
authored
missed a couple h5py versions to update
1 parent da38f2d commit 095c0a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/build.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ We highly recommend the using a prebuilt distribution of cmapPy along with a vi
3535

3636
**Step 1**
3737

38-
Python 2: ``conda create --name my_cmapPy_env python=2.7.11 numpy=1.11.2 pandas=0.20.3 h5py=2.6.0 requests==2.13.0 six``
38+
Python 2: ``conda create --name my_cmapPy_env python=2.7.11 numpy=1.11.2 pandas=0.20.3 h5py=2.7.0 requests==2.13.0 six``
3939

40-
Python 3 (3.4-3.6 currently supported): ``conda create --name my_cmapPy_env python=2.7.11 numpy=1.11.2 pandas=0.20.3 h5py=2.6.0 requests==2.13.0 six``
40+
Python 3 (3.4-3.6 currently supported): ``conda create --name my_cmapPy_env python=2.7.11 numpy=1.11.2 pandas=0.20.3 h5py=2.7.0 requests==2.13.0 six``
4141

4242
**Step 2**
4343

@@ -59,7 +59,7 @@ To update cmapPy in your conda environment (from activate environment): ``conda
5959
A development environment will allow you to use the cmapPy code as it is in a clone of the repository, allowing you to try out changes and modifications you may wish to make.
6060

6161
Follow the instructions for Option 1 or Option 2 above but change the name of the environment to e.g. ``my_cmapPy_dev_env`` and do not include ``cmappy`` in the list of packages to install (or do not install it with pip), then activate this environment, i.e.:
62-
``conda create --name my_cmapPy_dev_env python=2.7.11 numpy=1.11.2 pandas=0.20.3 h5py=2.6.0 requests==2.13.0``
62+
``conda create --name my_cmapPy_dev_env python=2.7.11 numpy=1.11.2 pandas=0.20.3 h5py=2.7.0 requests==2.13.0``
6363

6464
``source activate my_cmapPy_dev_env``
6565

0 commit comments

Comments
 (0)