We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c5b64f commit 60eebd3Copy full SHA for 60eebd3
.github/workflows/CI-models.yml
@@ -117,7 +117,7 @@ jobs:
117
strategy:
118
fail-fast: false
119
matrix:
120
- python-version: ["3.8", "3.9", "3.10", "3.11"]
+ python-version: ["3.9", "3.10", "3.11"]
121
122
steps:
123
- uses: actions/checkout@v2
@@ -128,8 +128,6 @@ jobs:
128
- name: Install dependencies
129
run: |
130
python -m pip install numpy>=1.21.0
131
- python -m pip install "jaxlib==0.4.10" -f https://whls.blob.core.windows.net/unstable/index.html --use-deprecated legacy-resolver
132
- python -m pip install jax==0.4.10
133
python -m pip install -r requirements-dev.txt
134
python -m pip install tqdm brainpylib
135
pip uninstall brainpy -y
0 commit comments