Skip to content

Commit 48b1edf

Browse files
authored
Remove prototype area for 0.19 (#8491)
1 parent f44f20c commit 48b1edf

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
-13385
lines changed

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

-58
This file was deleted.

mypy.ini

-22
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ def run(self):
550550
license="BSD",
551551
# Package info
552552
packages=find_packages(exclude=("test",)),
553-
package_data={package_name: ["*.dll", "*.dylib", "*.so", "prototype/datasets/_builtin/*.categories"]},
553+
package_data={package_name: ["*.dll", "*.dylib", "*.so"]},
554554
zip_safe=False,
555555
install_requires=requirements,
556556
extras_require={

0 commit comments

Comments
 (0)