Skip to content

Commit

Permalink
Reverting previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndilalla committed Nov 22, 2019
1 parent a2d0609 commit 0f12a06
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions conda_recipe/xspec-modelsonly/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ build:

requirements:
build:
- python<3 # [py2k]
- python>=3 # [py3k]
- ccfits==2.5
- cfitsio==3.410
- gfortran_osx-64 # [osx]
Expand All @@ -26,20 +24,18 @@ requirements:
- ncurses==5.9 # [py2k]
- ncurses # [py3k]
- readline==6.2 # [py2k]
- readline # [py3k]
- readline==7.0 # [py3k]
- toolchain==2.1.2
- wcslib==5.18
run:
- python<3 # [py2k]
- python>=3 # [py3k]
- ccfits==2.5
- cfitsio==3.410
- wcslib==5.18
- libgfortran
- ncurses==5.9 # [py2k]
- ncurses # [py3k]
- readline==6.2 # [py2k]
- readline # [py3k]
- readline==7.0 # [py3k]

# Note that ncurses is only needed to build but I am not
# sure it's needed at all at run-time. To keep things
Expand Down

0 comments on commit 0f12a06

Please sign in to comment.