Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoestq committed Oct 31, 2024
1 parent 20a147a commit 54ff710
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ requirements:
- python
- pip
- numpy >=1.17
- pyarrow >=8.0.0
- pyarrow >=15.0.0
- python-xxhash
- dill
- pandas
Expand All @@ -31,8 +31,7 @@ requirements:
- python
- pip
- numpy >=1.17
- pyarrow >=8.0.0
- pyarrow-hotfix
- pyarrow >=15.0.0
- python-xxhash
- dill
- pandas
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
auto-activate-base: false
activate-environment: "build-datasets"
python-version: 3.8
channels: huggingface,conda-forge
channels: huggingface

- name: Setup conda env
run: |
Expand Down

0 comments on commit 54ff710

Please sign in to comment.