Skip to content

Commit a3b7a25

Browse files
authored
conda yaml: add space before version spec
1 parent 25bae21 commit a3b7a25

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

conda/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ requirements:
1919
- gcc # [osx]
2020
- make
2121
- python
22-
- oce==0.17.2
22+
- oce ==0.17.2
2323
- cmake
24-
- swig>=3.0.9
24+
- swig >=3.0.9
2525
- libboost
2626
- icu
2727
run:
2828
- python
29-
- oce==0.17.2
29+
- oce ==0.17.2
3030
- libboost
3131
- icu
3232

0 commit comments

Comments
 (0)