Skip to content

Commit

Permalink
Remove pyarrow dependency (introduced in #67) (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt authored Oct 16, 2024
1 parent bb8cc13 commit 69bd947
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ dependencies:
- numpy
- pandas
- psutil
- pyarrow
- pyzmq
- rich
- structlog
Expand Down
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ dependencies:
- numpy
- pandas
- psutil
- pyarrow
- pyzmq
- rich
- structlog
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ dependencies = [
"numpy",
"pandas",
"psutil",
"pyarrow",
"pyzmq",
"rich",
"structlog",
Expand Down

0 comments on commit 69bd947

Please sign in to comment.