Skip to content

Commit 7dfce90

Browse files
committed
Set conda dependency versions
1 parent 3be8d20 commit 7dfce90

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

ci/conda/meta.yaml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,18 @@ build:
2121

2222
requirements:
2323
build:
24-
- patch [win]
2524
- python
2625
- oce ==0.18.1
27-
- cmake
28-
- ninja
29-
- swig
30-
- freetype ==2.6.3 [win]
31-
- freetype [osx and linux]
32-
- gcc [linux]
26+
- cmake ==3.8.0
27+
- ninja ==1.7.2
28+
- swig ==3.0.11
29+
- freetype ==2.7
3330

3431
run:
3532
- pyqt >=5
3633
- oce ==0.18.1
3734
- python
38-
- freetype ==2.6.3 [win]
39-
- freetype [osx and linux]
35+
- freetype ==2.7
4036
- pyobjc-core [osx and py27]
4137

4238
test:

0 commit comments

Comments
 (0)