update eigen shim

This commit is contained in:
github-actions[bot]
2026-05-01 02:20:46 +00:00
commit 2549bb084f
3 changed files with 136 additions and 0 deletions

20
eigen/pyproject.toml Normal file
View File

@@ -0,0 +1,20 @@
[build-system]
requires = ["setuptools>=64", "wheel", 'tomli; python_version < "3.11"']
build-backend = "setuptools.build_meta"
[project]
name = "eigen"
version = "3.4.0"
description = "Eigen C++ linear algebra headers (pre-built)"
requires-python = ">=3.8"
[tool.setuptools]
packages = ["eigen"]
[tool.setuptools.package-data]
eigen = ["*.so", "install/**/*"]
[tool.shim]
repo_url = "https://github.com/commaai/dependencies"
tag = "eigen/v3.4.0"
datadir = "install"