Skip to content

Commit

Permalink
fix pyarrow version
Browse files Browse the repository at this point in the history
  • Loading branch information
RondeauG committed Apr 11, 2024
1 parent 92ba3a5 commit 2aa893c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies:
- zarr
# Opt
- nc-time-axis >=1.3.1
- pyarrow >=1.0.0
- pyarrow >=10.0.1
# Dev
- babel
- black ==24.2.0
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ dependencies:
- babel
# Opt
- nc-time-axis >=1.3.1
- pyarrow >=1.0.0
- pyarrow >=10.0.1
- pip
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies = [
"pandas >=2.2",
"parse",
# Used when opening catalogs.
"pyarrow",
"pyarrow>=10.0.1",
"pyyaml",
"rechunker",
"scipy",
Expand Down

0 comments on commit 2aa893c

Please sign in to comment.