Skip to content

Commit

Permalink
Upgrading typer dependency
Browse files Browse the repository at this point in the history
See #106
  • Loading branch information
adieyal committed Dec 11, 2022
1 parent 7d030ed commit 1f7734e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
if not launch.is_installed("requests"):
launch.run_pip("install requests==2.28.1", desc='requests==2.28.1')
if not launch.is_installed("spacy"):
launch.run_pip("install typer==0.7.0", desc='typer==0.7.0')
launch.run_pip("install spacy==3.0.8", desc='spacy==3.0.8')
launch.run_pip("install https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.4.1/en_core_web_sm-3.4.1.tar.gz", desc='Installing en_core_web_sm==3.4.1')

0 comments on commit 1f7734e

Please sign in to comment.