-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: temporarily revert serialization/logging changes back to v0.12…
….7 (#136) * chore: revert to v0.12.7 * build: add cloudpickle to agent requirements (#118) * chore: drop python 3.7 and use ruff/poetry-check/pyupgrade (#119) * lint: use ruff * chore: add poetry-check to pre-commit * chore: drop python 3.7 * chore: add pre-commit to gha * chore: run tests on schedule * chore: only test 3.8 and 3.11 on macos * fix(test): readlinks for python before comparing * fix(conda): use --yes instead of --force (#123) A few days ago conda 24.3.0 removed `--force` completely causing this to no longer work. `--yes` has been around for more than a year now and we don't really need to support old conda/miniconda so we can just directly replace it and not bother with compatibility with older versions. https://github.com/conda/conda/releases/tag/24.3.0 * chore: revisit build/test/release process (#126) * chore: use setuptools instead of poetry * chore: introduce dev extra * chore(gha): revisit release process * chore: activate more ruff rules * chore: delete cliff.toml (#127) No longer used. * feat(backend): Add container backend (#135) --------- Co-authored-by: Kemal Akkoyun <[email protected]>
- Loading branch information
Showing
12 changed files
with
113 additions
and
135 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
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
Oops, something went wrong.