Hugo Flores Garcia commited on
Commit
4908bb4
1 Parent(s): 322cc3a
Files changed (2) hide show
  1. requirements.txt +0 -1
  2. setup.py +5 -3
requirements.txt CHANGED
@@ -3,7 +3,6 @@ pytorch-ignite
3
  rich
4
  audiotools @ git+https://github.com/descriptinc/lyrebird-audiotools.git@hf/backup-info
5
  lac @ git+https://github.com/descriptinc/lyrebird-audio-codec.git@hf/vampnet-temp
6
- wavebeat @ git+https://github.com/hugofloresgarcia/wavebeat.git
7
  torch==1.13.1
8
  torchaudio==0.13.1
9
  tqdm
 
3
  rich
4
  audiotools @ git+https://github.com/descriptinc/lyrebird-audiotools.git@hf/backup-info
5
  lac @ git+https://github.com/descriptinc/lyrebird-audio-codec.git@hf/vampnet-temp
 
6
  torch==1.13.1
7
  torchaudio==0.13.1
8
  tqdm
setup.py CHANGED
@@ -22,7 +22,7 @@ setup(
22
  long_description_content_type="text/markdown",
23
  author="Hugo Flores García, Prem Seetharaman",
24
  author_email="hfgacrcia@descript.com",
25
- url="https://github.com/descriptinc/lyrebird-vampnet",
26
  license="MIT",
27
  packages=find_packages(),
28
  install_requires=[
@@ -30,8 +30,10 @@ setup(
30
  "argbind>=0.3.2",
31
  "pytorch-ignite",
32
  "rich",
33
- "audiotools @ git+https://github.com/descriptinc/lyrebird-audiotools.git@hf/backup-info",
34
- "lac @ git+https://github.com/descriptinc/lyrebird-audio-codec.git",
 
 
35
  "tqdm",
36
  "tensorboard",
37
  "google-cloud-logging==2.2.0",
 
22
  long_description_content_type="text/markdown",
23
  author="Hugo Flores García, Prem Seetharaman",
24
  author_email="hfgacrcia@descript.com",
25
+ url="https://github.com/hugofloresgarcia/vampnet",
26
  license="MIT",
27
  packages=find_packages(),
28
  install_requires=[
 
30
  "argbind>=0.3.2",
31
  "pytorch-ignite",
32
  "rich",
33
+ "audiotools @ git+https://github.com/hugofloresgarcia/audiotools.git",
34
+ "lac @ git+https://github.com/hugofloresgarcia/lac.git",
35
+ "wavebeat @ git+https://github.com/hugofloresgarcia/wavebeat.git",
36
+ "torch==2.0",
37
  "tqdm",
38
  "tensorboard",
39
  "google-cloud-logging==2.2.0",