forked from applied-material-modeling/neml2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompatibility.yaml
More file actions
49 lines (47 loc) · 2.37 KB
/
Copy pathcompatibility.yaml
File metadata and controls
49 lines (47 loc) · 2.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Compatibility matrix for NEML2 wheels published to PyPI.
#
# Each row in `combinations` asserts: a NEML2 wheel built for the listed
# `python` on `os`, installed alongside `torch == torch`, MUST pass the
# Python test suite (tests).
#
# CI (.github/workflows/compat.yml) enforces this on every PR and push
# to main. Adding a row tightens the supported set; removing one drops
# support.
#
# To regenerate the seeded list from PyPI:
# python scripts/compat_matrix.py seed
# The torch version the wheels are compiled against. Mirrors
# torch.version in dependencies.yaml; CI fails if they drift.
# dependencies: torch.version
build_torch: "2.12.0"
combinations:
- { torch: "2.10.0", python: "3.10", os: macos-latest }
- { torch: "2.10.0", python: "3.10", os: ubuntu-latest }
- { torch: "2.10.0", python: "3.11", os: macos-latest }
- { torch: "2.10.0", python: "3.11", os: ubuntu-latest }
- { torch: "2.10.0", python: "3.12", os: macos-latest }
- { torch: "2.10.0", python: "3.12", os: ubuntu-latest }
- { torch: "2.10.0", python: "3.13", os: macos-latest }
- { torch: "2.10.0", python: "3.13", os: ubuntu-latest }
- { torch: "2.10.0", python: "3.14", os: macos-latest }
- { torch: "2.10.0", python: "3.14", os: ubuntu-latest }
- { torch: "2.11.0", python: "3.10", os: macos-latest }
- { torch: "2.11.0", python: "3.10", os: ubuntu-latest }
- { torch: "2.11.0", python: "3.11", os: macos-latest }
- { torch: "2.11.0", python: "3.11", os: ubuntu-latest }
- { torch: "2.11.0", python: "3.12", os: macos-latest }
- { torch: "2.11.0", python: "3.12", os: ubuntu-latest }
- { torch: "2.11.0", python: "3.13", os: macos-latest }
- { torch: "2.11.0", python: "3.13", os: ubuntu-latest }
- { torch: "2.11.0", python: "3.14", os: macos-latest }
- { torch: "2.11.0", python: "3.14", os: ubuntu-latest }
- { torch: "2.12.0", python: "3.10", os: macos-latest }
- { torch: "2.12.0", python: "3.10", os: ubuntu-latest }
- { torch: "2.12.0", python: "3.11", os: macos-latest }
- { torch: "2.12.0", python: "3.11", os: ubuntu-latest }
- { torch: "2.12.0", python: "3.12", os: macos-latest }
- { torch: "2.12.0", python: "3.12", os: ubuntu-latest }
- { torch: "2.12.0", python: "3.13", os: macos-latest }
- { torch: "2.12.0", python: "3.13", os: ubuntu-latest }
- { torch: "2.12.0", python: "3.14", os: macos-latest }
- { torch: "2.12.0", python: "3.14", os: ubuntu-latest }