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 a10bf2b commit ddf2ea2Copy full SHA for ddf2ea2
2 files changed
.github/workflows/testpypi-linux.yml
@@ -34,7 +34,7 @@ jobs:
34
run: |
35
mkdir -p deps
36
mkdir -p deps/eigen3
37
- curl -L https://gitlab.com/libeigen/eigen/-/archive/3.4.0/eigen-3.4.0.tar.gz \
+ curl -L https://gitlab.com/libeigen/eigen/-/archive/5.0.0/eigen-5.0.0.tar.gz \
38
| tar xz -C deps/eigen3 --strip-components=1
39
40
- name: Build wheels
.github/workflows/testpypi-macos.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
31
32
33
0 commit comments