Skip to content

Commit

Permalink
Explain reason for pinning.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Dec 13, 2022
1 parent b5dbce8 commit 8dc0c28
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies:
- cython>=0.29,<0.30
- dlpack>=0.5,<0.6.0a0
- ninja
- pyarrow=9.0.0
- &pyarrow_ver pyarrow=9.0.0
- rmm=23.02.*
- scikit-build>=0.13.1
- output_types: conda
Expand Down Expand Up @@ -273,7 +273,14 @@ dependencies:
- hypothesis
- mimesis>=4.1.0
- moto>=4.0.8
- pyarrow=9.0.0
# We need to pin arrow 9 in the test environment until we upgrade
# cudf to use arrow 10. Without the pin, we end up with
# unsatisfiabile constraints because changes in the arrow conda
# packages in arrow 10 include the creation of new packages (namely
# arrow-cpp was renamed to libarrow) that do not have equivalents in
# arrow 9 and whose dependency constraints prevent the downgrade to
# arrow 9 when (lib)cudf attempts to install.
- *pyarrow_ver
- pyorc
- pytest
- pytest-benchmark
Expand Down

0 comments on commit 8dc0c28

Please sign in to comment.