Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-huggingface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
include:
- name: Huggingface 4.30
framework: huggingface
python: '3.10'
python: '3.12'
torch: 2.2.1
torchvision: 0.17.1+cpu
torchaudio: 2.2.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-keras.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
include:
- name: TensorFlow-Keras 2.20.0 (Keras 3.11.2 Python 3.10)
framework: kerastf
python: '3.10'
python: '3.12'
tensorflow: 2.20.0
keras: 3.11.2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
include:
- name: legacy (TensorFlow 2.20.0 Keras 3.11.2 PyTorch 2.7.0 scikit-learn 1.6.1 Python 3.10)
framework: legacy
python: '3.10'
python: '3.12'
tensorflow: 2.20.0
keras: 3.11.2
torch: 2.8.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pytorch-object-detectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.10'
python-version: '3.12'

- name: Free up space
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-pytorch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
include:
- name: PyTorch 2.7.1 (Python 3.10)
framework: pytorch
python: '3.10'
python: '3.12'
torch: 2.7.1
torchvision: 0.22.1
torchaudio: 2.7.1
- name: PyTorch 2.8.0 (Python 3.10)
framework: pytorch
python: '3.10'
python: '3.12'
torch: 2.8.0
torchvision: 0.23.0
torchaudio: 2.8.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-scikit-learn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
- name: scikit-learn 1.5.2 (Python 3.10)
framework: scikitlearn
scikit-learn: 1.5.2
python: '3.10'
python: '3.12'
- name: scikit-learn 1.6.1 (Python 3.10)
framework: scikitlearn
scikit-learn: 1.6.1
python: '3.10'
python: '3.12'

name: ${{ matrix.name }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-style-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.10'
python-version: '3.12'

- name: Pre-install
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-tensorflow-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
include:
- name: TensorFlow 2.20.0 (Keras 3.11.2 Python 3.10)
framework: tensorflow
python: '3.10'
python: '3.12'
tensorflow: 2.20.0
tf_version: v2
keras: 3.11.2
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# base

numpy==1.26.4
scipy==1.12.0
scipy==1.16.2
matplotlib==3.10.3
scikit-learn==1.7.2
six==1.17.0
Expand Down
Loading