File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies:
2929 - python-snappy
3030 - python=3.6.*
3131 - pytz
32- - s3fs
32+ - s3fs<0.3
3333 - scikit-learn
3434 - scipy
3535 - sqlalchemy
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies:
1818 - python-dateutil
1919 - python=3.6.*
2020 - pytz
21- - s3fs
21+ - s3fs<0.3
2222 - scipy
2323 - sqlalchemy
2424 - xlrd
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies:
1717 - pytest-xdist>=1.29.0
1818 - pytest-mock
1919 - hypothesis>=3.58.0
20- - s3fs
20+ - s3fs<0.3
2121 - pip
2222 - pyreadstat
2323 - pip :
Original file line number Diff line number Diff line change @@ -782,7 +782,7 @@ def test_categorical_no_compress():
782782
783783def test_sort ():
784784
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
786786 # This should result in a properly sorted Series so that the plot
787787 # has a sorted x axis
788788 # self.cat.groupby(['value_group'])['value_group'].count().plot(kind='bar')
You can’t perform that action at this time.
0 commit comments