forked from ray-project/ray
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dashboard] add memray to requirements.txt again (ray-project#44401)
ray-project#44315 is reverted since windows tests are failing. The reason is that memray does not support windows so the pip requirements is failed to run. This PR fixed the requirements issue by conditional install memray when current system platform is not win32 Note: In last PR, we added memray as a required dependency for dashboard (default), and it's not set required in this PR. --------- Signed-off-by: bhuang <[email protected]>
- Loading branch information
1 parent
4172f75
commit 3bd912e
Showing
3 changed files
with
5 additions
and
0 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