Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions conda/dev-environment-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- graphviz
- gtest
- httpx>=0.20,<1
- libarrow<24
- libarrow<25
- libboost>=1.80.0
- libboost-headers>=1.80.0
- librdkafka
Expand All @@ -33,7 +33,7 @@ dependencies:
- pillow
- polars
- psutil
- pyarrow>=15,<24
- pyarrow>=15,<25
- pydantic>=2
- pytest
- pytest-asyncio
Expand Down
4 changes: 2 additions & 2 deletions conda/dev-environment-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- graphviz
- gtest
- httpx>=0.20,<1
- libarrow<24
- libarrow<25
- libboost>=1.80.0
- libboost-headers>=1.80.0
- librdkafka
Expand All @@ -33,7 +33,7 @@ dependencies:
- pillow
- polars
- psutil
- pyarrow>=15,<24
- pyarrow>=15,<25
- pydantic>=2
- pytest
- pytest-asyncio
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requires = [
# oldest numpy 2 we can
"numpy>=2,<2.1; python_version < '3.13'",
"numpy>=2,<2.2",
"pyarrow>=15,<24",
"pyarrow>=15,<25",
"ruamel.yaml",
"scikit-build",
"setuptools>=69,<74",
Expand All @@ -27,7 +27,7 @@ dependencies = [
"packaging",
"pandas",
"psutil",
"pyarrow>=15,<24",
"pyarrow>=15,<25",
"pydantic>=2",
"pytz",
"ruamel.yaml",
Expand Down
Loading