File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ pycodestyle = "*"
14
14
pep8 = " *"
15
15
pydocstyle = " *"
16
16
restructuredtext_lint = " *"
17
-
18
17
# Testing
19
18
# pytest >= 5.4.0 doesn't work with pytest-sugar <= 0.9.2
20
19
# once https://github.com/Teemu/pytest-sugar/pull/188 is
@@ -26,26 +25,25 @@ pytest-expecter = "*"
26
25
pytest-random = " *"
27
26
pytest-cov = " *"
28
27
freezegun = " *"
29
-
30
28
# Reports
31
29
coverage-space = " *"
32
-
33
30
# Documentation
34
31
sphinx = " *"
35
32
nbconvert = " *"
36
33
docutils = " *"
37
34
pygments = " *"
38
-
39
35
# Build
40
36
wheel = " *"
41
37
pyinstaller = " *"
42
38
readme_renderer = " *"
43
-
44
39
# Release
45
40
setuptools = " >= 38.6.0"
46
41
twine = " >= 1.11.0"
47
42
# Tooling
48
43
jupyter = " *"
49
44
notebook = " >=5.7.8"
50
45
requests = " >=2.20.0"
51
- sniffer = " *"
46
+ sniffer = " *"
47
+ # Work around
48
+ zipp = " >=2.2.0"
49
+
Original file line number Diff line number Diff line change @@ -79,6 +79,5 @@ def build_description():
79
79
"click >= 6.0" ,
80
80
"tqdm >= 4.24" ,
81
81
"mlxtend >= 0.13, < 0.17" ,
82
- "zipp >= 2.2" , # work around for tavis ci issue
83
82
],
84
83
)
You can’t perform that action at this time.
0 commit comments