-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upd depts and insure compatibility #201
Conversation
✅ Deploy Preview for capable-unicorn-d5e336 ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
for more information, see https://pre-commit.ci
…nto fix-workflows
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
…nto fix-workflows
Co-authored-by: George <george.panchuk@qdrant.tech>
@@ -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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was fixing torchvision to 0.12.x (latest = 0.15.x) and the latest poetry couldn't verify its hash on CI, essentially braking our tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, my bad, I forgot that ^x.y.z
does not allow to increase y
if x == 0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
CircleLoss
andFastAPLoss
.