Skip to content

Commit 7f4d561

Browse files
authored
Remove prototype from release/0.20 branch (#8657)
1 parent 4a94962 commit 7f4d561

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+1
-13384
lines changed

.github/workflows/prototype-tests-linux-gpu.yml

Lines changed: 0 additions & 57 deletions
This file was deleted.

mypy.ini

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,6 @@ allow_redefinition = True
77
no_implicit_optional = True
88
warn_redundant_casts = True
99

10-
[mypy-torchvision.prototype.datapoints.*]
11-
12-
; untyped definitions and calls
13-
disallow_untyped_defs = True
14-
15-
; None and Optional handling
16-
no_implicit_optional = True
17-
18-
; warnings
19-
warn_unused_ignores = True
20-
21-
; miscellaneous strictness flags
22-
allow_redefinition = True
23-
24-
[mypy-torchvision.prototype.transforms.*]
25-
26-
ignore_errors = True
27-
28-
[mypy-torchvision.prototype.datasets.*]
29-
30-
ignore_errors = True
31-
3210
[mypy-torchvision.io.image.*]
3311

3412
ignore_errors = True

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ def run(self):
583583
long_description_content_type="text/markdown",
584584
license="BSD",
585585
packages=find_packages(exclude=("test",)),
586-
package_data={PACKAGE_NAME: ["*.dll", "*.dylib", "*.so", "prototype/datasets/_builtin/*.categories"]},
586+
package_data={PACKAGE_NAME: ["*.dll", "*.dylib", "*.so"]},
587587
zip_safe=False,
588588
install_requires=get_requirements(),
589589
extras_require={

0 commit comments

Comments
 (0)