Skip to content

Commit

Permalink
Update requirements-dev.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Jun 24, 2024
1 parent ab39ee5 commit 2a228a8
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions py-polars/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pip
# DEPENDENCIES
# ------------

# Interoperability
# Interop
# Unpin NumPy when support is implemented in numpy crate:
# https://github.com/pola-rs/polars/issues/16998
numpy<2
Expand All @@ -27,37 +27,34 @@ pydantic>=2.0.0
backports.zoneinfo; python_version < '3.9'
tzdata; platform_system == 'Windows'
# Database
SQLAlchemy
adbc_driver_manager; python_version >= '3.9' and platform_system != 'Windows'
adbc_driver_sqlite; python_version >= '3.9' and platform_system != 'Windows'
sqlalchemy
adbc-driver-manager; python_version >= '3.9' and platform_system != 'Windows'
adbc-driver-sqlite; python_version >= '3.9' and platform_system != 'Windows'
aiosqlite
connectorx
kuzu
nest-asyncio
# Cloud
cloudpickle
fsspec
s3fs[boto3]
# Spreadsheet
lxml
fastexcel>=0.9
openpyxl
xlsx2csv
XlsxWriter
# Skip deltalake version 0.18.0 due to MacOS issues:
# https://github.com/delta-io/delta-rs/issues/2577
deltalake>=0.15.0; platform_system != 'Darwin'
deltalake>=0.15.0,!=0.18.0; platform_system == 'Darwin'
xlsxwriter
# Other I/O
deltalake>=0.15.0
# Csv
zstandard
# Plotting
hvplot>=0.9.1
matplotlib
# Styling
great-tables>=0.8.0; python_version >= '3.9'
# Other
blake3
# Async
gevent
nest_asyncio
# Graph
matplotlib

# -------
# TOOLING
Expand Down

0 comments on commit 2a228a8

Please sign in to comment.