Skip to content

Commit

Permalink
relax more deps for py38
Browse files Browse the repository at this point in the history
  • Loading branch information
juarezr committed Sep 23, 2020
1 parent 999d42f commit 704cbe4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions optional_requirements.txt
Expand Up @@ -18,6 +18,6 @@ fsspec>=0.7.4 ; python_version >= '3.4'
aiohttp>=3.6.2 ; python_version >= '3.5.3'
s3fs>=0.2.2 ; python_version >= '3.4'
# packages bellow need complex local setup
psycopg2==2.8.3
bcolz==1.2.1
tables==3.5.2
psycopg2<=2.8.6,>=2.8.3
bcolz<=1.16.4,>=1.2.1
tables<=3.6.1,>=3.5.2

0 comments on commit 704cbe4

Please sign in to comment.