mirror of
https://github.com/openai/whisper.git
synced 2025-11-24 14:35:57 +00:00
allowing numpy 2 in tests
This commit is contained in:
parent
f68af3098c
commit
1e8530765a
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
@ -44,22 +44,22 @@ jobs:
|
||||
include:
|
||||
- python-version: '3.8'
|
||||
pytorch-version: 1.13.1
|
||||
numpy-requirement: 'numpy<2'
|
||||
numpy-requirement: "'numpy<2'"
|
||||
- python-version: '3.8'
|
||||
pytorch-version: 2.0.1
|
||||
numpy-requirement: 'numpy<2'
|
||||
numpy-requirement: "'numpy<2'"
|
||||
- python-version: '3.9'
|
||||
pytorch-version: 2.1.2
|
||||
numpy-requirement: 'numpy<2'
|
||||
numpy-requirement: "'numpy<2'"
|
||||
- python-version: '3.10'
|
||||
pytorch-version: 2.2.2
|
||||
numpy-requirement: 'numpy<2'
|
||||
numpy-requirement: "'numpy<2'"
|
||||
- python-version: '3.11'
|
||||
pytorch-version: 2.3.1
|
||||
numpy-requirement: 'numpy'
|
||||
numpy-requirement: "'numpy'"
|
||||
- python-version: '3.12'
|
||||
pytorch-version: 2.4.1
|
||||
numpy-requirement: 'numpy'
|
||||
numpy-requirement: "'numpy'"
|
||||
steps:
|
||||
- uses: conda-incubator/setup-miniconda@v2
|
||||
- run: conda install -n test ffmpeg python=${{ matrix.python-version }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user