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 8990109 commit f754f1bCopy full SHA for f754f1b
.github/workflows/main.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Build wheels
18
uses: pypa/cibuildwheel@v2.21.3
19
env:
20
- CIBW_TEST_REQUIRES: pytest torch==2.8.0, pysdd==1.0.5
+ CIBW_TEST_REQUIRES: pytest torch==2.6.0, pysdd==1.0.5
21
CIBW_TEST_COMMAND: "pytest {project}/tests"
22
CIBW_SKIP: cp36-* cp37-* cp38-* cp313-* pp* *i686 *ppc64le *s390x *win32* *musllinux*
23
CIBW_TEST_SKIP: cp39-macosx_x86_64 cp310-macosx_x86_64 cp311-macosx_x86_64 cp312-macosx_x86_64
0 commit comments