Skip to content

Commit

Permalink
update to onnx 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jan 4, 2021
1 parent c1b22f6 commit 547525c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 13 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
@@ -1,8 +1,7 @@
dist: bionic
dist: focal
sudo: true
language: python
python:
- "3.7"
- "3.8"
addons:
apt:
Expand All @@ -26,5 +25,3 @@ after_script:
- export
- python -m codecov



2 changes: 1 addition & 1 deletion LICENSE.txt
@@ -1,4 +1,4 @@
Copyright (c) 2020, Xavier Dupré
Copyright (c) 2020-2021, Xavier Dupré

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Expand Up @@ -5,7 +5,7 @@ jobs:
strategy:
matrix:
Python37-Linux:
python.version: '3.7'
python.version: '3.8'
maxParallel: 3

steps:
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
strategy:
matrix:
Python37-Mac:
python.version: '3.7'
python.version: '3.8'
maxParallel: 3

steps:
Expand Down
10 changes: 5 additions & 5 deletions requirements-dev.txt
Expand Up @@ -6,20 +6,20 @@ lightgbm
loky
matplotlib
mlinsights
mlprodict>=0.4
mlprodict>=0.5
nbsphinx
onnx
onnx>=1.8.0
git+https://github.com/xadupre/onnxconverter-common.git@jenkins
onnxmltools
onnxruntime
onnxruntime>=1.6.0
pillow
py-spy
pandas
pyinstrument
pyquickhelper>=1.9.3418
pyquickhelper>=1.10
pytest
pytest-cov
scikit-learn
scikit-learn>=0.24
git+https://github.com/xadupre/sklearn-onnx.git@jenkins
sphinx
sphinxcontrib-blockdiag
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,4 +1,4 @@
fire
numpy
onnx
onnx>=1.8.0
scipy

0 comments on commit 547525c

Please sign in to comment.