Skip to content

Commit

Permalink
chore: update dependencies in conda meta.yaml
Browse files Browse the repository at this point in the history
Removed pyarrow-hotfix and xxhash, replaced with python-xxhash.
  • Loading branch information
psmyth94 committed Nov 18, 2024
1 parent 8097647 commit 5092453
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,16 @@ requirements:
- filelock
- numpy >=1.17
- pyarrow >=8.0.0
- pyarrow-hotfix
- dill >=0.3.0,<0.3.8
- pandas
- requests >=2.19.0
- tqdm >=4.62.1
- xxhash
- python-xxhash
- multiprocess
- fsspec[http] >=2023.1.0,<=2023.10.0
- packaging
- pyyaml >=5.1
- scikit-learn >=1.4.0
- scikit-learn
test:
imports:
- biofit
Expand All @@ -44,3 +43,4 @@ about:
- machine learning
- bioinformatics
- datasets

0 comments on commit 5092453

Please sign in to comment.