-
Notifications
You must be signed in to change notification settings - Fork 315
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
1 parent
5acbeeb
commit 2b097e1
Showing
4 changed files
with
12 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
sphinx | ||
sphinx_rtd_theme | ||
jsonschema | ||
sphinxcontrib-jsonschema | ||
sphinxcontrib-jsonschema | ||
nbconvert | ||
ipython |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ dependencies: | |
- python=3.6 | ||
- jsonschema | ||
- pyvisa | ||
- QtPy=1.2.0 | ||
- QtPy | ||
- sip | ||
- pyqt=5.6.0 | ||
- numpy | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
jupyter==1.0.0 | ||
numpy==1.12.1 | ||
numpy==1.13.1 | ||
matplotlib==2.0.2 | ||
pyqtgraph==0.10.0 | ||
PyVISA==1.8 | ||
PyQt5==5.7.1 | ||
sip==4.19 | ||
QtPy==1.2.0 | ||
h5py==2.7.0 | ||
PyQt5==5.9 | ||
sip==4.19.3 | ||
QtPy==1.3.1 | ||
h5py==2.7.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters