File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies:
29
29
- python-snappy
30
30
- python=3.6.*
31
31
- pytz
32
- - s3fs
32
+ - s3fs<0.3
33
33
- scikit-learn
34
34
- scipy
35
35
- sqlalchemy
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies:
18
18
- python-dateutil
19
19
- python=3.6.*
20
20
- pytz
21
- - s3fs
21
+ - s3fs<0.3
22
22
- scipy
23
23
- sqlalchemy
24
24
- xlrd
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies:
17
17
- pytest-xdist
18
18
- pytest-mock
19
19
- hypothesis>=3.58.0
20
- - s3fs
20
+ - s3fs<0.3
21
21
- pip
22
22
- pyreadstat
23
23
- pip :
Original file line number Diff line number Diff line change @@ -782,7 +782,7 @@ def test_categorical_no_compress():
782
782
783
783
def test_sort ():
784
784
785
- # http://stackoverflow.com/questions/23814368/sorting-pandas-categorical-labels-after-groupby # noqa: flake8
785
+ # http://stackoverflow.com/questions/23814368/sorting-pandas-categorical-labels-after-groupby # noqa: E501
786
786
# This should result in a properly sorted Series so that the plot
787
787
# has a sorted x axis
788
788
# self.cat.groupby(['value_group'])['value_group'].count().plot(kind='bar')
You can’t perform that action at this time.
0 commit comments