You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pandas, numpy, and others are required by db-dtypes which is currently a required dependency but is only needed for the get_events asynchronous events retriever.
Proposed Solution
Add an async option or similar that installs the db-dbtypes package.
The text was updated successfully, but these errors were encountered:
Feature request
Use Case
Speed up and minimise installation size.
Current state
pandas
,numpy
, and others are required bydb-dtypes
which is currently a required dependency but is only needed for theget_events
asynchronous events retriever.Proposed Solution
Add an
async
option or similar that installs thedb-dbtypes
package.The text was updated successfully, but these errors were encountered: