allowing numpy 2 in tests

This commit is contained in:
Jong Wook Kim 2024-09-30 11:13:48 -07:00
parent f68af3098c
commit 1e8530765a

View File

@ -44,22 +44,22 @@ jobs:
include: include:
- python-version: '3.8' - python-version: '3.8'
pytorch-version: 1.13.1 pytorch-version: 1.13.1
numpy-requirement: 'numpy<2' numpy-requirement: "'numpy<2'"
- python-version: '3.8' - python-version: '3.8'
pytorch-version: 2.0.1 pytorch-version: 2.0.1
numpy-requirement: 'numpy<2' numpy-requirement: "'numpy<2'"
- python-version: '3.9' - python-version: '3.9'
pytorch-version: 2.1.2 pytorch-version: 2.1.2
numpy-requirement: 'numpy<2' numpy-requirement: "'numpy<2'"
- python-version: '3.10' - python-version: '3.10'
pytorch-version: 2.2.2 pytorch-version: 2.2.2
numpy-requirement: 'numpy<2' numpy-requirement: "'numpy<2'"
- python-version: '3.11' - python-version: '3.11'
pytorch-version: 2.3.1 pytorch-version: 2.3.1
numpy-requirement: 'numpy' numpy-requirement: "'numpy'"
- python-version: '3.12' - python-version: '3.12'
pytorch-version: 2.4.1 pytorch-version: 2.4.1
numpy-requirement: 'numpy' numpy-requirement: "'numpy'"
steps: steps:
- uses: conda-incubator/setup-miniconda@v2 - uses: conda-incubator/setup-miniconda@v2
- run: conda install -n test ffmpeg python=${{ matrix.python-version }} - run: conda install -n test ffmpeg python=${{ matrix.python-version }}