Skip to content

Commit

Permalink
Requirements cleanup (#867)
Browse files Browse the repository at this point in the history
* jsonschema is needed not only for docs build

* Bump numpy and pyqt/sip to latest bug fix release

* Latest version of pyqt is not on linux yet
  • Loading branch information
jenshnielsen authored Nov 13, 2017
1 parent a1a9417 commit 5979336
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
sphinx
sphinx_rtd_theme
jsonschema
sphinxcontrib-jsonschema
nbconvert
ipython
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
numpy==1.13.1
numpy==1.13.3
matplotlib==2.0.2
pyqtgraph==0.10.0
PyVISA==1.8
PyQt5==5.9
sip==4.19.3
QtPy==1.3.1
h5py==2.7.1
jsonschema
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ def readme():
'numpy>=1.10',
'pyvisa>=1.8',
'h5py>=2.6',
'websockets>=3.2,<3.4'
'websockets>=3.2,<3.4',
'jsonschema'
],

test_suite='qcodes.tests',
Expand Down

0 comments on commit 5979336

Please sign in to comment.