Skip to content

Commit 990c41e

Browse files
committed
fix: update repository URL
1 parent 897a224 commit 990c41e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors:
77
title: "TorchLPC: fast, efficient, and differentiable time-varying LPC filtering in PyTorch"
88
version: 0.3.1
99
date-released: 2023-07-09
10-
url: "https://github.com/yoyololicon/torchlpc"
10+
url: "https://github.com/DiffAPF/torchlpc"
1111
keywords:
1212
- differentiable DSP
1313
- all-pole filters

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def get_extensions():
6767
description="Fast, efficient, and differentiable time-varying LPC filtering in PyTorch.",
6868
long_description=long_description,
6969
long_description_content_type="text/markdown",
70-
url="https://github.com/yoyololicon/torchlpc",
70+
url="https://github.com/DiffAPF/torchlpc",
7171
packages=["torchlpc"],
7272
install_requires=["torch>=2.0", "numpy", "numba"],
7373
classifiers=[

0 commit comments

Comments
 (0)