Skip to content

Commit

Permalink
Merge pull request #526 from ccordoba12/increase-qtpy
Browse files Browse the repository at this point in the history
Increase minimal required qtpy version
  • Loading branch information
ccordoba12 committed Mar 10, 2022
2 parents d311c0e + b87193d commit cbffab2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Use Conda to install dependencies and activate the development environment.
```
conda create -n qtdev python=3
conda activate qtdev
conda install qtpy pyqt
conda env update --file requirements/environment.yml
```

To run after the changes have been made to source (preferred):
Expand Down
2 changes: 1 addition & 1 deletion requirements/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
dependencies:
# Main dependencies
- pyqt
- qtpy
- qtpy >=2.0.1
- traitlets
- ipython_genutils
- jupyter_core
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
'jupyter_client>=4.1',
'pygments',
'ipykernel>=4.1', # not a real dependency, but require the reference kernel
'qtpy',
'qtpy>=2.0.1',
'pyzmq>=17.1'
],
extras_require = {
Expand Down

0 comments on commit cbffab2

Please sign in to comment.