Skip to content

Commit

Permalink
adding dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMoreo committed Sep 16, 2024
1 parent 5835c17 commit e1ab8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
pre-build-command: |
apt-get --allow-releaseinfo-change update -y && apt-get install -y git && git --version
python -m pip install --upgrade pip setuptools wheel "jax[cpu]"
python -m pip install scikit-learn pandas tqdm matplotlib joblib xlrd abstention ucimlrepo certifi
python -m pip install --upgrade scikit-learn pandas tqdm matplotlib joblib xlrd abstention ucimlrepo certifi
python -m pip install -e .[composable,neural,docs]
docs-folder: "docs/"
- name: Publish documentation
Expand Down

0 comments on commit e1ab8e8

Please sign in to comment.