Skip to content

Commit 56d30a4

Browse files
authored
Merge pull request #160 from sp-nitech/maintenance [skip ci]
Check pytorch 2.11
2 parents 15bf34a + 76f96ca commit 56d30a4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
torch: 2.3.1
2222
torchaudio: 2.3.1
2323
- python: "3.14"
24-
torch: 2.10.0
25-
torchaudio: 2.10.0
24+
torch: 2.11.0
25+
torchaudio: 2.11.0
2626

2727
steps:
2828
- name: Clone

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ allowing users to integrate classic signal processing algorithms directly into n
88
[![Downloads](https://static.pepy.tech/badge/diffsptk)](https://pepy.tech/project/diffsptk)
99
[![ClickPy](https://img.shields.io/badge/downloads-clickpy-yellow.svg)](https://clickpy.clickhouse.com/dashboard/diffsptk)
1010
[![Python Version](https://img.shields.io/pypi/pyversions/diffsptk.svg)](https://pypi.python.org/pypi/diffsptk)
11-
[![PyTorch Version](https://img.shields.io/badge/pytorch-2.3.1%20%7C%202.10.0-orange.svg)](https://pypi.python.org/pypi/diffsptk)
11+
[![PyTorch Version](https://img.shields.io/badge/pytorch-2.3.1%20%7C%202.11.0-orange.svg)](https://pypi.python.org/pypi/diffsptk)
1212
[![PyPI Version](https://img.shields.io/pypi/v/diffsptk.svg)](https://pypi.python.org/pypi/diffsptk)
1313
[![Codecov](https://codecov.io/gh/sp-nitech/diffsptk/branch/master/graph/badge.svg)](https://app.codecov.io/gh/sp-nitech/diffsptk)
1414
[![License](https://img.shields.io/github/license/sp-nitech/diffsptk.svg)](https://github.com/sp-nitech/diffsptk/blob/master/LICENSE)

0 commit comments

Comments
 (0)