-
-
Notifications
You must be signed in to change notification settings - Fork 8
Rebuild for pytorch21 + bump to 0.7.1 #18
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
Merged
weiji14
merged 11 commits into
conda-forge:main
from
regro-cf-autotick-bot:rebuild-pytorch21-0-1_h19574a
Nov 27, 2023
Merged
Changes from 1 commit
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
fe5057e
Rebuild for pytorch21
regro-cf-autotick-bot 3d4b9b9
MNT: Re-rendered with conda-build 3.27.0, conda-smithy 3.28.0, and co…
regro-cf-autotick-bot c143adb
Bump to 0.7.0
Tobias-Fischer 4be341a
Fixup pip check
Tobias-Fischer 8df3911
Disable AWS tests
Tobias-Fischer 7a1aa99
Bump to 0.7.1
Tobias-Fischer aa22267
Set upper pin on cryptography to 40.0.2 in test.requires
weiji14 dca136c
MNT: Re-rendered with conda-build 3.27.0, conda-smithy 3.30.0, and co…
ddb453e
Disable test_early_exit_ctx_* which might timeout after 6 hours
weiji14 089dc2b
Try re-enabling fsspec and s3 tests
weiji14 fe77568
Revert "Try re-enabling fsspec and s3 tests"
weiji14 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -39,6 +39,7 @@ requirements: | |
| - requests | ||
| - urllib3 >=1.25 | ||
| - pytorch | ||
| - cryptography <40.0.2,>=3.3.2 | ||
|
|
||
| test: | ||
| imports: | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I don't like capping cryptography, that's an extremely low-level but highly security-critical package, with a very conservative evolution speed. My preference would be to patch the upper bound completely.
And if there's a good argument for not doing that, then at least please order this sensibly, i.e.
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.
The awscli has the cap, not torchdata directly. The awscli stuff doesn't do a
pip checkso this is not caught there.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.
Should this
cryptographypin be placed under test.requires instead of being listed as a runtime dependency actually?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.
@weiji14 - I am not very familiar with torchdata. Feel free to take over this PR if you have any ideas how to push it forward.
Uh oh!
There was an error while loading. Please reload this page.
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.
Ok, let me open another PR to add myself to the recipe maintainer list (#21).