Skip to content

Commit

Permalink
Add related issues on Arrow repo to Pandas pin and pytest pin
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Jan 30, 2024
1 parent 18825c9 commit ba7979e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,8 @@ outputs:
requires:
# test_cpp_extension_in_python requires a compiler
- {{ compiler("cxx") }} # [linux]
# pytest-lazy-fixture fails with pytest 8
# See issue on Arrow repo: https://github.com/apache/arrow/issues/39849
- pytest <8
- pytest-lazy-fixture
- backports.zoneinfo # [py<39]
Expand All @@ -771,6 +773,7 @@ outputs:
- fsspec
- hypothesis
- minio-server
# Pandas pin required due to: https://github.com/apache/arrow/issues/39732
- pandas <2.2
- s3fs >=2023
- scipy
Expand Down

0 comments on commit ba7979e

Please sign in to comment.