Skip to content

Commit

Permalink
fix ci with python2.7 and fsspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Juarez Rudsatz authored and juarezr committed Jul 10, 2020
1 parent 22cc357 commit 635d5ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions optional_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ xlrd==1.2.0
xlwt==1.3.0
fastavro>=0.23.4
smbprotocol>=1.0.1
fsspec>=0.7.4
s3fs>=0.2.2
fsspec>=0.7.4 ; python_version >= '3.4'
s3fs>=0.2.2 ; python_version >= '3.4'
# packages bellow need complex local setup
psycopg2==2.8.3
bcolz==1.2.1
Expand Down

0 comments on commit 635d5ea

Please sign in to comment.