-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Update Frequency Transform #8537
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
Changes from 9 commits
b219cf5
912820f
1785d18
7ff764d
69b3937
67916d0
2afab14
899796e
9f18655
db37c60
74eb01b
f1b7818
6a9c18e
7b78c53
0f518b7
0fae272
76d955d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,7 @@ | |
| requires = [ | ||
| "wheel", | ||
| "setuptools", | ||
| "torch>=2.4.1", | ||
| "torch>=2.5.1", | ||
| "ninja", | ||
| "packaging" | ||
| ] | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| torch>=2.4.1; platform_system != "Windows" | ||
| torch>=2.4.1, !=2.7.0; platform_system == "Windows" | ||
| torch>=2.5.1; platform_system != "Windows" | ||
| torch>=2.5.1, !=2.7.0; platform_system == "Windows" | ||
|
ericspod marked this conversation as resolved.
|
||
| numpy>=1.24,<3.0 | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -42,7 +42,7 @@ setup_requires = | |
| ninja | ||
| packaging | ||
| install_requires = | ||
| torch>=2.4.1 | ||
| torch>=2.5.1 | ||
| numpy>=1.24,<3.0 | ||
|
ericspod marked this conversation as resolved.
|
||
|
|
||
| [options.extras_require] | ||
|
|
@@ -108,6 +108,8 @@ torchio = | |
| torchio | ||
| torchvision = | ||
| torchvision | ||
| torchaudio = | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can we remove this requirement? It will let the ci always downloading the latest pytorch.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ok I'll remove the requirement now and we'll try blossom again. |
||
| torchaudio | ||
| itk = | ||
| itk>=5.2 | ||
| tqdm = | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.