Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
update requirements
  • Loading branch information
xadupre committed Feb 2, 2024
commit 6eb6adff2f1a2fe988e79c53e622b18f9ff7ab26
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ jobs:
vmImage: 'ubuntu-latest'
strategy:
matrix:
Python311-Linux:
python.version: '3.11'
Python312-Linux:
python.version: '3.12'
maxParallel: 3

steps:
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ lightgbm
matplotlib
ml-dtypes
git+https://github.com/onnx/onnxmltools.git
onnxruntime>=1.16.1
onnxruntime>=1.17.0
openpyxl
packaging
pandas
Expand Down