-
-
Couldn't load subscription status.
- Fork 10
fixup dependencies #22
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 all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,7 +23,8 @@ requirements: | |
| - pillow | ||
| - pretrainedmodels ==0.7.4 | ||
| - python >=3.6 | ||
| - timm ==0.9.2 | ||
|
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. Smp 0.3.3 has a hard pin on the version of timm, see error at https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=888834&view=logs&j=656edd35-690f-5c53-9ba3-09c10d0bea97&t=986b1512-c876-5f92-0d81-ba851554a0a3&l=1048: Will need to update upstream at https://github.com/qubvel/segmentation_models.pytorch/blob/6db76a1106426ac5b55f39fba68168f3bccae7f8/requirements.txt#L4, and get them to make a new release before it can be changed here. 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. Maintainer of https://github.com/conda-forge/pytorch-cpu-feedstock/ here. Sometimes it is appropriate to patch the source code. We do this a bit with conda-forge because often we are more at the bleeding edge of releases compared to what people are working with upstream. It may be that we should:
This is sometimes quite risky without tests. I can help try to run the small test suite in the recipe if you want. 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. #23 <-- leaving this here as an example of what I have in mind. but I haven't run any analysis code, so it might be fully broken. I did leave a reference to the open issue asking for a new release with expanded 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. Keeping an eye on qubvel-org/segmentation_models.pytorch#885 for smp to support timm 1.x |
||
| - six | ||
| - timm | ||
| - torchvision >=0.5.0 | ||
| - tqdm | ||
|
|
||
|
|
||
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.
Upstream says that this should be 3.7.
https://github.com/qubvel/segmentation_models.pytorch/blob/v0.3.3/setup.py#L20
though it may be entirely true that 3.6 is compatible.
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.
Minimum version for python is 3.9 now according to https://github.com/qubvel-org/segmentation_models.pytorch/blame/v0.3.4/setup.py#L20