Skip to content

Commit

Permalink
Bump pygtkhelpers version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfobel committed May 25, 2017
1 parent 19d4393 commit 7cbd3cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ requirements:
- git_helpers
- gitpython
- ipython
- ipython-helpers
- jupyter-helpers
- jinja2
- lxml
- matplotlib
Expand Down Expand Up @@ -61,7 +61,7 @@ requirements:
- sympy
- task-scheduler
- tornado
- wheeler.pygtkhelpers >=0.14.post7
- wheeler.pygtkhelpers >=0.15
- zmq-plugin >=0.2.post2

run:
Expand All @@ -76,7 +76,7 @@ requirements:
- git_helpers
- gitpython
- ipython
- ipython-helpers
- jupyter-helpers
- jinja2
- lxml
- matplotlib
Expand Down Expand Up @@ -108,7 +108,7 @@ requirements:
- sympy
- task-scheduler
- tornado
- wheeler.pygtkhelpers >=0.14.post7
- wheeler.pygtkhelpers >=0.15
- zmq-plugin >=0.2.post2

about:
Expand Down
4 changes: 2 additions & 2 deletions pavement.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

install_requires = ['application_repository>=0.5', 'blinker', 'configobj',
'droplet-planning>=0.2', 'flatland-fork', 'geo-util',
'ipython', 'ipython-helpers>=0.4', 'jinja2',
'ipython', 'jupyter-helpers', 'jinja2',
'matplotlib>=1.5.0',
'microdrop-device-converter>=0.1.post5',
'microdrop-plugin-template>=1.1.post30',
Expand All @@ -26,7 +26,7 @@
'pyutilib.component.loader>=3.3.1', 'pyyaml', 'pyzmq',
'run-exe>=0.5', 'si-prefix>=0.4.post10', 'scipy',
'svgwrite', 'svg-model>=0.6', 'task_scheduler',
'tornado', 'wheeler.pygtkhelpers>=0.13.post17',
'tornado', 'wheeler.pygtkhelpers>=0.15',
'zmq-plugin>=0.2.post2']

if platform.system() == 'Windows':
Expand Down

0 comments on commit 7cbd3cf

Please sign in to comment.