forked from microsoft/Qcodes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
37 lines (37 loc) · 797 Bytes
/
environment.yml
File metadata and controls
37 lines (37 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: qcodes
channels:
- defaults
dependencies:
- python=3.7.7
- pip
- numpy=1.17
- matplotlib=3.1
- conda-forge::pyqtgraph=0.11.0
- conda-forge::pyvisa=1.10.1
- h5py=2.10.0
- pyqt=5.9
- QtPy
- jsonschema
- jupyter=1.0.0
- hypothesis<5.6.0 # large number of warnings due to change in 5.6.0 https://hypothesis.readthedocs.io/en/latest/changes.html#v5-6-0
- pytest
- pytest-runner
- spyder
- pyzmq
- wrapt
- lxml
- scipy
- gitpython
- pandas
- testpath>=0.4.2 # 0.4.1 is bad due to https://github.com/conda-forge/testpath-feedstock/issues/7
- tqdm
- tabulate
- pandoc
- contextlib2 # for broadbean
- conda-forge::websockets=8.1
- conda-forge::schema
- conda-forge::requirements-parser
- pip:
- broadbean>=0.9.1
- ruamel.yaml!=0.16.6
- opencensus-ext-azure