EC2 Default User
commited on
Commit
•
33cf586
1
Parent(s):
7df64f6
minor fixes
Browse files- installation.py +3 -1
- requirements.txt +2 -1
installation.py
CHANGED
@@ -42,4 +42,6 @@ if is_first_time:
|
|
42 |
os.system('{} pip install pytube==12.1.0'.format(env))
|
43 |
os.system('{} pip install torchaudio==0.9.0 TTS'.format(env))
|
44 |
os.system('{} pip install opencv-contrib-python-headless==4.1.2.30'.format(env))
|
45 |
-
|
|
|
|
|
|
42 |
os.system('{} pip install pytube==12.1.0'.format(env))
|
43 |
os.system('{} pip install torchaudio==0.9.0 TTS'.format(env))
|
44 |
os.system('{} pip install opencv-contrib-python-headless==4.1.2.30'.format(env))
|
45 |
+
os.system('{} pip install IPython==7.32.0'.format(env))
|
46 |
+
print("Installation repositories DONE!!")
|
47 |
+
#tqdm>=4.62.1
|
requirements.txt
CHANGED
@@ -2,6 +2,7 @@ librosa==0.7.0
|
|
2 |
numpy>=1.17.3
|
3 |
torch==1.4.0
|
4 |
torchvision==0.5.0
|
5 |
-
tqdm>=4.45.0
|
|
|
6 |
numba==0.48
|
7 |
opencv-contrib-python-headless==4.1.2.30
|
|
|
2 |
numpy>=1.17.3
|
3 |
torch==1.4.0
|
4 |
torchvision==0.5.0
|
5 |
+
#tqdm>=4.45.0
|
6 |
+
tqdm>=4.62.1
|
7 |
numba==0.48
|
8 |
opencv-contrib-python-headless==4.1.2.30
|