Skip to content
This repository was archived by the owner on Nov 22, 2022. It is now read-only.

Commit 363241b

Browse files
Titousenseifacebook-github-bot
authored andcommitted
install_deps supports updates
Summary: When contributing to pytext, fetching the pip dependencies and keeping them up to date is not documented. This script can now fetch the initial dependencies, and when re-running afterwards it will update them. Differential Revision: D16572679 fbshipit-source-id: fe3b8be0fde88eb9a3187d8ee5590f972dfc3b6f
1 parent 265d423 commit 363241b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install_deps

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/usr/bin/env bash
22
pip install --upgrade pip
3-
pip install -e . --upgrade --no-cache-dir --progress-bar off
3+
pip install --upgrade torch
4+
pip install -e . --upgrade --no-cache-dir --progress-bar off --upgrade-strategy eager

0 commit comments

Comments
 (0)