File: uv-numpy1.toml

package info (click to toggle)
flox 0.11.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,792 kB
  • sloc: python: 8,593; makefile: 154
file content (6 lines) | stat: -rw-r--r-- 151 bytes parent folder | download
1
2
3
4
5
6
# Configuration for numpy<2 testing
# Use with: uv sync --group numpy1 --config-file uv-numpy1.toml

override-dependencies = [
    "numpy>=1.26,<2",
]