Skip to content

Commit 8c44e23

Browse files
committed
Remove legacy datasets from the wheel
1 parent e9e9442 commit 8c44e23

File tree

2 files changed

+0
-49
lines changed

2 files changed

+0
-49
lines changed

src/skimage/data/README.txt

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

src/skimage/data/meson.build

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -11,43 +11,3 @@ py3.install_sources(
1111
pure: false, # Will be installed next to binaries
1212
subdir: 'skimage/data' # Folder relative to site-packages to install to
1313
)
14-
15-
py3.install_sources([
16-
# Legacy datasets which are still included in the wheel
17-
'README.txt',
18-
'astronaut.png',
19-
'brick.png',
20-
'camera.png',
21-
'chessboard_GRAY.png',
22-
'chessboard_RGB.png',
23-
'chelsea.png',
24-
'clock_motion.png',
25-
'coffee.png',
26-
'coins.png',
27-
'color.png',
28-
'cell.png',
29-
'grass.png',
30-
'gravel.png',
31-
'horse.png',
32-
'hubble_deep_field.jpg',
33-
'ihc.png',
34-
'lbpcascade_frontalface_opencv.xml',
35-
'lfw_subset.npy',
36-
'logo.png',
37-
'microaneurysms.png',
38-
'moon.png',
39-
'multipage.tif',
40-
'multipage_rgb.tif',
41-
'no_time_for_that_tiny.gif',
42-
'page.png',
43-
'text.png',
44-
'retina.jpg',
45-
'rocket.jpg',
46-
'phantom.png',
47-
'motorcycle_disp.npz',
48-
'motorcycle_left.png',
49-
'motorcycle_right.png',
50-
],
51-
pure: false,
52-
subdir: 'skimage/data'
53-
)

0 commit comments

Comments
 (0)