Compare commits

...

1 Commits

Author SHA1 Message Date
53f52dbe03 Make pyrefly installable by lintrunner on Python-3.14
By pinning numpy to 2.3.4 for 3.14
2025-11-06 17:13:40 -08:00

View File

@ -143,7 +143,8 @@ init_command = [
'tools/linter/adapters/pip_init.py',
'--dry-run={{DRYRUN}}',
'numpy==1.26.4 ; python_version >= "3.10" and python_version <= "3.11"',
'numpy==2.1.0 ; python_version >= "3.12"',
'numpy==2.1.0 ; python_version >= "3.12" and python_version <= "3.13"',
'numpy==2.3.4 ; python_version >= "3.14"',
'expecttest==0.3.0',
'pyrefly==0.36.2',
'sympy==1.13.3',