Skip to content

Commit

Permalink
Merge pull request #186 from timkpaine/tkp/pandas
Browse files Browse the repository at this point in the history
remove pandas upper bound
  • Loading branch information
mattip authored Oct 29, 2024
2 parents ec38a61 + 6bb4394 commit 1665fff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ source:
- patches/0005-Vendor-grpc-1.65.5.patch

build:
number: 1
number: 2

# Need these up here for conda-smithy to handle them properly.
requirements:
Expand Down Expand Up @@ -135,8 +135,7 @@ outputs:
run:
- python
- {{ pin_subpackage('ray-core', exact=True) }}
# https://github.com/ray-project/ray/issues/42956
- pandas >=1.3,<2.2
- pandas >=1.3
- pyarrow >=6.0.1
- fsspec
test:
Expand Down

0 comments on commit 1665fff

Please sign in to comment.