vault backup: 2025-01-16 11:59:28

This commit is contained in:
deng 2025-01-16 11:59:28 +08:00
parent b374b2ded3
commit 48656883ef
1 changed files with 7 additions and 1 deletions

View File

@ -36,6 +36,12 @@ tags:
import nox
nox.options.sessions = [
'test_flexibility'
]
nox.options.report = 'report.json'
@nox.session(venv_backend='conda', python=['3.10', '3.11', '3.12'])
@nox.parametrize('numpy', ['1.26', '2.0'])
@nox.parametrize('scikit_learn', ['1.5', '1.6'])