Skip to content

Commit

Permalink
conda yaml: add space before version spec
Browse files Browse the repository at this point in the history
  • Loading branch information
aothms authored Jan 26, 2018
1 parent 25bae21 commit a3b7a25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ requirements:
- gcc # [osx]
- make
- python
- oce==0.17.2
- oce ==0.17.2
- cmake
- swig>=3.0.9
- swig >=3.0.9
- libboost
- icu
run:
- python
- oce==0.17.2
- oce ==0.17.2
- libboost
- icu

Expand Down

0 comments on commit a3b7a25

Please sign in to comment.