-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upd depts and insure compatibility (#201)
* Bump version * Upd docstring * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Temporarily disable Windows tests * Unpin setuptools * Clear cache * Clear cache * Constraint pip * poetry lock * poetry lock * Fix: Fix import for pl>=1.9.0 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix: Fix import for pl>=1.9.0 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix: Fix compatibility for pl>=1.9.0 * Re-enable tests on Windows * Update quaterion/train/callbacks/cleanup_callback.py Co-authored-by: George <[email protected]> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: George <[email protected]>
- Loading branch information
1 parent
3f0a96c
commit 1745697
Showing
6 changed files
with
1,660 additions
and
926 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
Large diffs are not rendered by default.
Oops, something went wrong.
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,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "quaterion" | ||
version = "0.1.34" | ||
version = "0.1.35" | ||
description = "Similarity Learning fine-tuning framework" | ||
authors = ["Quaterion Authors <[email protected]>"] | ||
packages = [ | ||
|
@@ -31,7 +31,7 @@ ipdb = "^0.13.9" | |
sphinx = ">=5.0.1" | ||
qdrant-sphinx-theme = { git = "https://github.com/qdrant/qdrant_sphinx_theme.git", branch = "master" } | ||
black = "^22.3.0" | ||
torchvision = "^0.12.0" | ||
torchvision = ">=0.12.0" | ||
|
||
|
||
[tool.poetry.extras] | ||
|
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