Skip to content

Commit

Permalink
Remove prototype area for 0.19 (#8491)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug committed Jun 14, 2024
1 parent f44f20c commit 48b1edf
Show file tree
Hide file tree
Showing 74 changed files with 1 addition and 13,385 deletions.
58 changes: 0 additions & 58 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 @@ -550,7 +550,7 @@ def run(self):
license="BSD",
# Package info
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=requirements,
extras_require={
Expand Down
Loading

0 comments on commit 48b1edf

Please sign in to comment.