Skip to content

Commit

Permalink
pin pyqt to 5.9.2 exactly, see #147
Browse files Browse the repository at this point in the history
  • Loading branch information
haasad committed Apr 27, 2018
1 parent f8f919c commit f5ebbcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ci/travis/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source:

build:
noarch: python
number: 1
number: 0
script: python setup.py install --single-version-externally-managed --record record.txt
entry_points:
- activity-browser = activity_browser.app:run_activity_browser
Expand All @@ -28,7 +28,7 @@ requirements:
- patool
- beautifulsoup4
- fuzzywuzzy
- pyqt >=5.9
- pyqt =5.9.2

about:
home: https://github.com/LCA-ActivityBrowser/activity-browser
Expand Down
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:

build:
noarch: python
number: 1
number: 0
script: python setup.py install --single-version-externally-managed --record record.txt
entry_points:
- activity-browser = activity_browser.app:run_activity_browser
Expand All @@ -29,7 +29,7 @@ requirements:
- patool
- beautifulsoup4
- fuzzywuzzy
- pyqt >=5.9
- pyqt =5.9.2

about:
home: https://github.com/LCA-ActivityBrowser/activity-browser
Expand Down

0 comments on commit f5ebbcf

Please sign in to comment.