File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 32
32
- uses : actions/checkout@v1
33
33
- uses : actions/setup-python@v1
34
34
with :
35
- python-version : ' 3.6 '
35
+ python-version : ' 3.7 '
36
36
architecture : ' x64'
37
37
- name : Install yapf
38
38
run : pip install yapf~=0.27.0
46
46
- uses : actions/checkout@v2
47
47
- uses : actions/setup-python@v2
48
48
with :
49
- python-version : ' 3.6 '
49
+ python-version : ' 3.7 '
50
50
architecture : ' x64'
51
51
- name : Install mypy
52
52
run : pip install mypy~=0.790.0
60
60
- uses : actions/checkout@v2
61
61
- uses : actions/setup-python@v2
62
62
with :
63
- python-version : ' 3.6 '
63
+ python-version : ' 3.7 '
64
64
architecture : ' x64'
65
65
- name : Install pylint
66
66
run : pip install pylint~=2.6.0
71
71
runs-on : ubuntu-latest
72
72
strategy :
73
73
matrix :
74
- python-version : [3.6 , 3.7 ]
74
+ python-version : [3.7 , 3.8 ]
75
75
76
76
steps :
77
77
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1
- openfermion >= 1.2 .0
2
- cirq-core >= 0.12 .0
3
- cirq-google >= 0.12 .0
1
+ openfermion >= 1.5 .0
2
+ cirq-core >= 0.15 .0
3
+ cirq-google >= 0.15 .0
4
4
jupyter
5
5
numpy >= 1.14
6
6
scipy
You can’t perform that action at this time.
0 commit comments