Removed IPython package

This commit is contained in:
Heiko J Schick
2022-09-07 15:47:47 +02:00
parent a6b1377ed2
commit 454faf934b
2 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -21,10 +21,10 @@ $(VENV_NAME)/bin/activate:
${PYTHON} -m pip install -U pip
${PYTHON} -m pip install fairseq
${PYTHON} -m pip install scipy
${PYTHON} -m pip install IPython
${PYTHON} -m pip install huggingface_hub
${PYTHON} -m pip install tensorboardX
${PYTHON} -m pip install g2p_en
${PYTHON} -m pip install pylint
touch $(VENV_NAME)/bin/activate
tts: env