forked from Lightning-Universe/lightning-bolts
-
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.
Add missing optional packages to
requirements/*.txt
(Lightning-Univ…
…erse#450) * Import matplotlib at the top * Add missing optional packages * Update wandb * Add mypy to requirements
- Loading branch information
1 parent
78c4d00
commit 77ed92e
Showing
3 changed files
with
19 additions
and
2 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 |
---|---|---|
@@ -1,2 +1,5 @@ | ||
# test_tube>=0.7.5 | ||
# trains>=0.14.1 | ||
# trains>=0.14.1 | ||
matplotlib | ||
wandb | ||
scipy |
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 |
---|---|---|
|
@@ -9,5 +9,6 @@ check-manifest | |
twine==1.13.0 | ||
isort>=5.6.4 | ||
pre-commit>=1.0 | ||
mypy | ||
|
||
atari-py==0.2.6 # needed for RL |