Commit e87943a
Added dependency upgrades for python3.12 support (#1951)
* Python3.12 changes
* Added the python3.12 version
* Code changes for the inner pyproject.toml
* Fixes for the scikit-learn
* Added the missign git repository url
* Added the custom github repo url
* Added the gcc linux as well
* Added the new gcc environment as well
* Upgraded the alibi-detct to remove creme dependency
* Added alibi as well to the restriction
* Commiting the changes for the gcc and alibi
* Changes for the scikit-learn
* #1951 resolved the comments and rebased with master
* #1951 reverted the code to address the comments
* #1951 Fixed the issues
* #1951 Rebased with master and addressed the comments for python3.12 upgrade
* #1951 Upgraded the tensorflow for compatibility with python version
* update alibi libraries TF versions
* add min torch and tf versions for python 3.12 support
* update torch min version in mlflow runtime to support python 2.12
* update lockfiles by running `make lock`
* Updated the Mlserver version to 1.6.1
* Update tests.yml
* Revert the version changes testing
* Updated the lock files using make lock command
* build(deps): bump mlflow from 2.17.2 to 2.18.0 in /runtimes/mlflow (#1970)
Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.17.2 to 2.18.0.
- [Release notes](https://github.com/mlflow/mlflow/releases)
- [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md)
- [Commits](mlflow/mlflow@v2.17.2...v2.18.0)
---
updated-dependencies:
- dependency-name: mlflow
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Python3.12 changes
* Added the python3.12 version
* Code changes for the inner pyproject.toml
* Fixes for the scikit-learn
* Added the missign git repository url
* Added the custom github repo url
* Added the gcc linux as well
* Added the new gcc environment as well
* Upgraded the alibi-detct to remove creme dependency
* Added alibi as well to the restriction
* Commiting the changes for the gcc and alibi
* Changes for the scikit-learn
* #1951 Rebased with master and addressed the comments for python3.12 upgrade
* #1951 Upgraded the tensorflow for compatibility with python version
* update alibi libraries TF versions
* add min torch and tf versions for python 3.12 support
* update torch min version in mlflow runtime to support python 2.12
* update lockfiles by running `make lock`
* Updated the Mlserver version to 1.6.1
* Update tests.yml
* Revert the version changes testing
* Updated the lock files using make lock command
* upgrade alibi libraries to point to master
* upgrade tf version as dev deps
* update lock files
* update lock
* add tests for py3.11 and py3.12
* generate grpc protos
* add tf-keras dep
* update lockfile for hf runtime
* revert back mlflow deps list
* use legacy keras in alibi-detect / alibi-explain tests
* Add docs about supported python versions
* adjust test to use python 3.10
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Sherif Akoush <sa@seldon.io>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 5fb0c8f commit e87943a
File tree
34 files changed
+4516
-3946
lines changed- .github/workflows
- docs-gb
- mlserver/grpc
- runtimes
- alibi-detect
- alibi-explain
- catboost
- huggingface
- lightgbm
- mlflow
- mllib
- sklearn
- xgboost
- tests
- parallel
- testdata
34 files changed
+4516
-3946
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
| 39 | + | |
42 | 40 | | |
43 | 41 | | |
44 | 42 | | |
| |||
64 | 62 | | |
65 | 63 | | |
66 | 64 | | |
67 | | - | |
68 | | - | |
69 | | - | |
| 65 | + | |
70 | 66 | | |
71 | 67 | | |
72 | 68 | | |
| |||
111 | 107 | | |
112 | 108 | | |
113 | 109 | | |
114 | | - | |
115 | | - | |
116 | | - | |
| 110 | + | |
117 | 111 | | |
118 | 112 | | |
119 | 113 | | |
| |||
166 | 160 | | |
167 | 161 | | |
168 | 162 | | |
169 | | - | |
170 | | - | |
171 | | - | |
| 163 | + | |
172 | 164 | | |
173 | 165 | | |
174 | 166 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | | - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
103 | 104 | | |
104 | 105 | | |
105 | 106 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
7 | 30 | | |
8 | 31 | | |
9 | 32 | | |
| |||
21 | 44 | | |
22 | 45 | | |
23 | 46 | | |
| 47 | + | |
24 | 48 | | |
25 | 49 | | |
26 | 50 | | |
27 | 51 | | |
28 | 52 | | |
| 53 | + | |
29 | 54 | | |
30 | 55 | | |
31 | 56 | | |
32 | 57 | | |
33 | 58 | | |
| 59 | + | |
34 | 60 | | |
35 | 61 | | |
36 | 62 | | |
37 | 63 | | |
38 | 64 | | |
| 65 | + | |
39 | 66 | | |
40 | 67 | | |
41 | 68 | | |
42 | 69 | | |
43 | 70 | | |
| 71 | + | |
44 | 72 | | |
45 | 73 | | |
46 | 74 | | |
47 | 75 | | |
48 | 76 | | |
| 77 | + | |
49 | 78 | | |
50 | 79 | | |
51 | 80 | | |
52 | 81 | | |
53 | 82 | | |
| 83 | + | |
54 | 84 | | |
55 | 85 | | |
56 | 86 | | |
57 | 87 | | |
58 | 88 | | |
| 89 | + | |
59 | 90 | | |
60 | 91 | | |
61 | 92 | | |
62 | 93 | | |
63 | 94 | | |
| 95 | + | |
64 | 96 | | |
65 | 97 | | |
66 | 98 | | |
67 | 99 | | |
68 | 100 | | |
| 101 | + | |
69 | 102 | | |
70 | 103 | | |
71 | 104 | | |
| |||
193 | 226 | | |
194 | 227 | | |
195 | 228 | | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
196 | 232 | | |
197 | 233 | | |
198 | 234 | | |
| |||
229 | 265 | | |
230 | 266 | | |
231 | 267 | | |
| 268 | + | |
232 | 269 | | |
233 | 270 | | |
234 | 271 | | |
| |||
258 | 295 | | |
259 | 296 | | |
260 | 297 | | |
| 298 | + | |
261 | 299 | | |
262 | 300 | | |
263 | 301 | | |
| |||
287 | 325 | | |
288 | 326 | | |
289 | 327 | | |
| 328 | + | |
290 | 329 | | |
291 | 330 | | |
292 | 331 | | |
| |||
316 | 355 | | |
317 | 356 | | |
318 | 357 | | |
| 358 | + | |
319 | 359 | | |
320 | 360 | | |
321 | 361 | | |
| |||
345 | 385 | | |
346 | 386 | | |
347 | 387 | | |
| 388 | + | |
348 | 389 | | |
349 | 390 | | |
350 | 391 | | |
| |||
374 | 415 | | |
375 | 416 | | |
376 | 417 | | |
| 418 | + | |
377 | 419 | | |
378 | 420 | | |
379 | 421 | | |
| |||
403 | 445 | | |
404 | 446 | | |
405 | 447 | | |
| 448 | + | |
406 | 449 | | |
407 | 450 | | |
408 | 451 | | |
| |||
432 | 475 | | |
433 | 476 | | |
434 | 477 | | |
| 478 | + | |
435 | 479 | | |
436 | 480 | | |
437 | 481 | | |
| |||
461 | 505 | | |
462 | 506 | | |
463 | 507 | | |
| 508 | + | |
464 | 509 | | |
465 | 510 | | |
466 | 511 | | |
| |||
490 | 535 | | |
491 | 536 | | |
492 | 537 | | |
| 538 | + | |
493 | 539 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments