Skip to content

Commit 9fde6cf

Browse files
authored
Merge pull request #122 from ncrubin/update_req
Enforce req for cirq1.0
2 parents bc312b9 + cd5254d commit 9fde6cf

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v1
3333
- uses: actions/setup-python@v1
3434
with:
35-
python-version: '3.6'
35+
python-version: '3.7'
3636
architecture: 'x64'
3737
- name: Install yapf
3838
run: pip install yapf~=0.27.0
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@v2
4747
- uses: actions/setup-python@v2
4848
with:
49-
python-version: '3.6'
49+
python-version: '3.7'
5050
architecture: 'x64'
5151
- name: Install mypy
5252
run: pip install mypy~=0.790.0
@@ -60,7 +60,7 @@ jobs:
6060
- uses: actions/checkout@v2
6161
- uses: actions/setup-python@v2
6262
with:
63-
python-version: '3.6'
63+
python-version: '3.7'
6464
architecture: 'x64'
6565
- name: Install pylint
6666
run: pip install pylint~=2.6.0
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ubuntu-latest
7272
strategy:
7373
matrix:
74-
python-version: [3.6, 3.7]
74+
python-version: [3.7, 3.8]
7575

7676
steps:
7777
- uses: actions/checkout@v2

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
44
jupyter
55
numpy>=1.14
66
scipy

0 commit comments

Comments
 (0)