Skip to content

Commit

Permalink
ci: fix build as sqlalchemy is not supported yet
Browse files Browse the repository at this point in the history
  • Loading branch information
Juarez Rudsatz authored and juarezr committed Aug 16, 2023
1 parent c6b7798 commit c411e0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-database.txt
Expand Up @@ -2,6 +2,6 @@

cryptography
pymysql
SQLAlchemy>=1.3.6
SQLAlchemy>=1.3.6,<2.0
psycopg2-binary
# PyMySQL==0.9.3
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@
extras_require={
'avro': ['fastavro>=0.24.0'],
'bcolz': ['bcolz>=1.2.1'],
'db': ['SQLAlchemy>=1.3.6'],
'db': ['SQLAlchemy>=1.3.6,<2.0'],
'hdf5': ['cython>=0.29.13', 'numpy>=1.16.4', 'numexpr>=2.6.9',
'tables>=3.5.2'],
'http': ['aiohttp>=3.6.2', 'requests'],
Expand Down

0 comments on commit c411e0f

Please sign in to comment.