Skip to content

Commit

Permalink
Merge branch 'release/0.20' into 020_status
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug authored Oct 1, 2024
2 parents 958a32c + 7f4d561 commit 44894c6
Show file tree
Hide file tree
Showing 74 changed files with 1 addition and 13,384 deletions.
57 changes: 0 additions & 57 deletions .github/workflows/prototype-tests-linux-gpu.yml

This file was deleted.

22 changes: 0 additions & 22 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,6 @@ allow_redefinition = True
no_implicit_optional = True
warn_redundant_casts = True

[mypy-torchvision.prototype.datapoints.*]

; untyped definitions and calls
disallow_untyped_defs = True

; None and Optional handling
no_implicit_optional = True

; warnings
warn_unused_ignores = True

; miscellaneous strictness flags
allow_redefinition = True

[mypy-torchvision.prototype.transforms.*]

ignore_errors = True

[mypy-torchvision.prototype.datasets.*]

ignore_errors = True

[mypy-torchvision.io.image.*]

ignore_errors = True
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ def run(self):
long_description_content_type="text/markdown",
license="BSD",
packages=find_packages(exclude=("test",)),
package_data={PACKAGE_NAME: ["*.dll", "*.dylib", "*.so", "prototype/datasets/_builtin/*.categories"]},
package_data={PACKAGE_NAME: ["*.dll", "*.dylib", "*.so"]},
zip_safe=False,
install_requires=get_requirements(),
extras_require={
Expand Down
Loading

0 comments on commit 44894c6

Please sign in to comment.