-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Further CI fixes for py312 support (#1992)
* install git * update version to 1.7.0.dev0 * add back dev deps required for test all runtimes * upgrade to mlflow 2.19 * update poetry lock * fix typo * remove alibi libraries from constraints.txt * run all tests for now * use ubuntu 24.04 for tests * run test_env sequentially * move test to a seperate directory * move to kafka-python-ng * pin for now transformers * use legacy keras in all runtimes test * set envar in the main set_env * remove constraints on torch / tf * disable macos tests for now
- Loading branch information
Showing
35 changed files
with
580 additions
and
699 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "1.6.0.dev2" | ||
__version__ = "1.7.0.dev0" |
Oops, something went wrong.