-
Notifications
You must be signed in to change notification settings - Fork 43
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: #306 Removing ZMQ socket because it is no longer necesssary (all clients can communicate over pysocket), and the pyzmq dependency is a burden. Differential Revision: D47733703 fbshipit-source-id: 379a3f686626b415b087d19701f5b8e1ad5971ac
- Loading branch information
1 parent
f0ac680
commit 7caeff8
Showing
6 changed files
with
17 additions
and
174 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
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
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 |
---|---|---|
|
@@ -12,7 +12,6 @@ | |
REQUIRES = [ | ||
"matplotlib", | ||
"torch", | ||
"pyzmq==19.0.2", | ||
"scipy", | ||
"SQLAlchemy==1.4.46", | ||
"dill", | ||
|
This file was deleted.
Oops, something went wrong.