Skip to content

Commit

Permalink
installation
Browse files Browse the repository at this point in the history
  • Loading branch information
julienbarrier committed Dec 9, 2021
1 parent 8809df3 commit 0bcba65
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
27 changes: 15 additions & 12 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,25 @@ channels:
dependencies:
- python>=3.9
- pip
- numpy
- matplotlib
- qcodes
- conda-forge::pyqtgraph=0.11.0
- h5py=2:10.0
- pyqt=5.9.2
- numpy==1.21.0
- pandas==1.3.0
- qcodes==0.29.0
- conda-forge::pyqtgraph==0.11.0
- h5py==2.10.0
- pyqt==5.9.2
- QtPy
- jsonschema
- jupyter
- jupyterlab=3.0.0
- hypothesis
- scipy
- pandas
- tqdm
- conda-forrge::websockets
conda-forge::schema
conda-forge::requirements-parser
- typing
- pathlib
- conda-forge::websockets
- conda-forge::schema
- conda-forge::requirements-parser
- pip:
- pyvisa
- pyvisa==1.11.3
- matplotlib==3.4.0
- PyQt5==5.15.0

2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
"pyqt5>5.15.0",
"numpy>=1.21.0",
"qcodes>=0.29.0",
"warning",
"time",
"tqdm",
"typing",
"scipy",
Expand Down

0 comments on commit 0bcba65

Please sign in to comment.