Skip to content

Commit

Permalink
CI Pin HF Hub version, unpin Python 3.10.6 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminBossan authored Sep 29, 2022
1 parent 132925b commit 3396f66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false # need to see which ones fail
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python: ["3.7", "3.8", "3.9", "3.10.6"]
python: ["3.7", "3.8", "3.9", "3.10"]

# Timeout: https://stackoverflow.com/a/59076067/4521646
timeout-minutes: 15
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Install dependencies
run: |
pip install .[docs,tests]
pip install black=="22.6.0" isort=="5.10.1" mypy=="0.971"
pip install black=="22.6.0" isort=="5.10.1" mypy=="0.981"
python --version
pip --version
pip list
Expand Down
2 changes: 1 addition & 1 deletion skops/_min_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# "tomli": ("1.1.0", "install", "python_full_version < '3.11.0a7'"),
dependent_packages = {
"scikit-learn": ("0.24", "install", None),
"huggingface_hub": ("0.9.0rc3", "install", None),
"huggingface_hub": ("0.9.0rc3,<0.10.0rc0", "install", None),
"modelcards": ("0.1.6", "install", None),
"tabulate": ("0.8.8", "install", None),
"pytest": (PYTEST_MIN_VERSION, "tests", None),
Expand Down

0 comments on commit 3396f66

Please sign in to comment.