We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a43a6e commit 927ede3Copy full SHA for 927ede3
.github/workflows/python-publish.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Install dependencies
34
run: |
35
python -m pip install --upgrade pip
36
- pip install setuptools
+ pip install setuptools numpy
37
pip install torch --index-url https://download.pytorch.org/whl/cpu
38
- name: Build package
39
run: python setup.py sdist
setup.py
@@ -10,7 +10,7 @@
10
)
11
12
library_name = "torchlpc"
13
-VERSION = "0.7"
+VERSION = "0.7.1"
14
MAINTAINER = "Chin-Yun Yu"
15
EMAIL = "chin-yun.yu@qmul.ac.uk"
16
0 commit comments