Skip to content

Commit

Permalink
fix pyarrow dep on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
fhill2 committed Nov 7, 2024
1 parent 9ce36c7 commit 3e33278
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ pandas = "^2.2.3"
# pyarrow = ">=17.0.0"
pyarrow = [
{version = "18.0.0.dev224", platform="linux", source = "arrow-nightlies", allow-prereleases = true },
{version = "18.0.0.dev231", platform = "darwin", source = "arrow-nightlies", allow-prereleases = true }
{version = "18.0.0.dev231", platform = "darwin", source = "arrow-nightlies", allow-prereleases = true },
{version = "18.0.0.dev206", platform = "win32", source = "arrow-nightlies", allow-prereleases = true }
]
pytz = ">=2024.2.0"
tqdm = "^4.66.5"
Expand Down

0 comments on commit 3e33278

Please sign in to comment.