Skip to content

Commit

Permalink
relax version and fix using 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
TimotheeMathieu committed Sep 3, 2024
1 parent 23a597e commit 9abcf67
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ jobs:
matrix:
Python39:
python.version: '3.9'
NUMPY_VERSION: "1.19.4"
SCIPY_VERSION: "1.5.4"
NUMPY_VERSION: "*"
SCIPY_VERSION: "*"
SKLEARN_VERSION: "*"
Python310:
python.version: '3.10'
NUMPY_VERSION: "1.26.1"
SCIPY_VERSION: "1.11.3"
NUMPY_VERSION: "*"
SCIPY_VERSION: "*"
SKLEARN_VERSION: "*"
Python311:
python.version: '3.10'
NUMPY_VERSION: "1.26.1"
SCIPY_VERSION: "1.11.3"
python.version: '3.11'
NUMPY_VERSION: "*"
SCIPY_VERSION: "*"
SKLEARN_VERSION: "*"

variables:
Expand Down

0 comments on commit 9abcf67

Please sign in to comment.