We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95345f6 commit 9fe0548Copy full SHA for 9fe0548
.github/workflows/build.yml
@@ -9,10 +9,11 @@ jobs:
9
build:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
13
- uses: actions/setup-python@v4
14
with:
15
- python-version: 3.11
+ python-version: 3.12
16
+ allow-prereleases: true
17
- uses: actions/cache@v3
18
19
path: ~/.cache/pip
requirements.txt
@@ -9,15 +9,15 @@ opencv-python
pandas
pillow
projectq
-qiskit
-qiskit-aer
+qiskit ; python_version < '3.12'
+qiskit-aer ; python_version < '3.12'
requests
rich
scikit-fuzzy
scikit-learn
statsmodels
sympy
20
-tensorflow
+tensorflow ; python_version < '3.12'
21
texttable
22
tweepy
23
xgboost
0 commit comments