Skip to content

Commit 2b097e1

Browse files
jenshnielsenWilliamHPNielsen
authored andcommitted
Cleanup dependencies (#721)
* drop dependency on jupyupyter * Add support for 3.6 to classifier * make me the maintainer * remove jupyter from requirements * update numpy version * bump qt versions * But nbconvert is needed for docs build * also need ipython for nbconver * upgrade h5py fixes an seqfault
1 parent 5acbeeb commit 2b097e1

4 files changed

Lines changed: 12 additions & 13 deletions

File tree

docs_requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
sphinx
22
sphinx_rtd_theme
33
jsonschema
4-
sphinxcontrib-jsonschema
4+
sphinxcontrib-jsonschema
5+
nbconvert
6+
ipython

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- python=3.6
1010
- jsonschema
1111
- pyvisa
12-
- QtPy=1.2.0
12+
- QtPy
1313
- sip
1414
- pyqt=5.6.0
1515
- numpy

requirements.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
jupyter==1.0.0
2-
numpy==1.12.1
1+
numpy==1.13.1
32
matplotlib==2.0.2
43
pyqtgraph==0.10.0
54
PyVISA==1.8
6-
PyQt5==5.7.1
7-
sip==4.19
8-
QtPy==1.2.0
9-
h5py==2.7.0
5+
PyQt5==5.9
6+
sip==4.19.3
7+
QtPy==1.3.1
8+
h5py==2.7.1

setup.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ def readme():
3636
version=get_version(),
3737
use_2to3=False,
3838

39-
maintainer='Giulio Ungaretti',
40-
maintainer_email='unga@nbi.ku.dk',
39+
maintainer='Jens H Nielsen',
40+
maintainer_email='j.h.nielsen@nbi.ku.dk',
4141
description='Python-based data acquisition framework developed by the '
4242
'Copenhagen / Delft / Sydney / Microsoft quantum computing '
4343
'consortium',
@@ -48,6 +48,7 @@ def readme():
4848
'Intended Audience :: Science/Research',
4949
'Programming Language :: Python :: 3 :: Only',
5050
'Programming Language :: Python :: 3.5',
51+
'Programming Language :: Python :: 3.6',
5152
'Topic :: Scientific/Engineering'
5253
],
5354
license='MIT',
@@ -58,9 +59,6 @@ def readme():
5859
install_requires= [
5960
'numpy>=1.10',
6061
'pyvisa>=1.8',
61-
'ipython>=4.1.0',
62-
'ipykernel!=4.6.0', # https://github.com/ipython/ipykernel/issues/240 in 4.6
63-
'jupyter>=1.0.0',
6462
'h5py>=2.6'
6563
],
6664

0 commit comments

Comments
 (0)