Skip to content

Commit 3db1f08

Browse files
authored
remove six dependency
Thanks to plotly/plotly.py#3525
1 parent 2786623 commit 3db1f08

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

recipe/meta.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ source:
99
sha256: 58cef3292f5994d82154d51fbc7338c48009fc47ea32ffe052ad29aaa15e0df9
1010

1111
build:
12-
number: 0
12+
number: 1
1313
noarch: python
1414
script: {{ PYTHON }} -m pip install . --no-deps -vv
1515

@@ -21,7 +21,6 @@ requirements:
2121
run:
2222
- python >=3.6
2323
- tenacity >=6.2.0
24-
- six
2524

2625
test:
2726
requires:

0 commit comments

Comments
 (0)