Skip to content

Commit 94b9b53

Browse files
committed
fix: try scikit misc
1 parent bd5a121 commit 94b9b53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmarks/asv.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
// "psutil": [""]
8484
"pooch": [""],
8585
"scikit-image": [""], // https://github.com/conda-forge/scikit-misc-feedstock/pull/29
86-
// "scikit-misc": [""],
86+
"scikit-misc": [""],
8787
},
8888

8989
// Combinations of libraries/python versions can be excluded/included
@@ -104,7 +104,7 @@
104104
// - environment_type
105105
// Environment type, as above.
106106
// - sys_platform
107-
// Platform, as in sys.platform. Possible values for the common
107+
// Platform, as in sys.platform. Possible values for the commonπ
108108
// cases: 'linux2', 'win32', 'cygwin', 'darwin'.
109109
//
110110
// "exclude": [

0 commit comments

Comments
 (0)