Skip to content

Commit

Permalink
Merge pull request #248 from simontorres/fix_numpy_version
Browse files Browse the repository at this point in the history
Fix numpy version to 1.15.2 untill 1.15.4 is released
  • Loading branch information
Simon Torres committed Oct 25, 2018
2 parents 617ef07 + 5e9be60 commit 3059a33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Common Steps
``tar -xvf goodman_pipeline-<latest tag>.tar.gz``

where ``<latest tag>`` is the version number of the latest release.
http://localhost/pipeline/install.html

5. Move into the directory containing the package.

``cd goodman_pipeline-<latest tag>``
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: goodman_pipeline
channels:
- astroconda
dependencies:
- numpy
- numpy=1.15.2
- pandas
- matplotlib
- scipy
Expand Down

0 comments on commit 3059a33

Please sign in to comment.