mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
PyTorch 2.3.1 does support Python 3.12. (cherry picked from commit 4728d9b648bc1912db9bd96c5e0dd0113e417169) Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co>
This commit is contained in:
parent
b6208dcd9c
commit
c0e127f1d4
@ -116,9 +116,6 @@ def test(session, pandas_version: str):
|
||||
"--nbval",
|
||||
)
|
||||
|
||||
# PyTorch 2.3.1 doesn't support Python 3.12
|
||||
if session.python == "3.12":
|
||||
pytest_args += ("--ignore=eland/ml/pytorch",)
|
||||
session.run(
|
||||
*pytest_args,
|
||||
*(session.posargs or ("eland/", "tests/")),
|
||||
|
Loading…
x
Reference in New Issue
Block a user