-
Notifications
You must be signed in to change notification settings - Fork 355
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Pull Request resolved: #144 #142 correctly points out that "normal" users won't need pytest installed. Moved it accordingly. Reviewed By: sayanghosh, karthikprasad Differential Revision: D26798927 fbshipit-source-id: e3f912227a089d1d29b192e6300c481877f9caa7
- Loading branch information
1 parent
3d92e94
commit 4a8bbe8
Showing
3 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,4 @@ torch>=1.3 | |
torchvision>=0.9 | ||
tqdm>=4.40 | ||
scipy>=1.2 | ||
pytest | ||
requests | ||
requests>=2.25.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,7 @@ | |
|
||
DEV_REQUIRES = [ | ||
"black", | ||
"pytest", | ||
"flake8", | ||
"sphinx", | ||
"sphinx-autodoc-typehints", | ||
|