This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
lightning
mirror of
https://github.com/Lightning-AI/lightning.git
Watch
1
Star
0
Fork
You've already forked lightning
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
73a911890b
lightning
/
requirements-extra.txt
7 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
separate requirements for logger dependencies (#792) * added file that contains information on the minimal versions needed for the supported loggers * copied minimal version, combined files, deleted duplicates * sorted functions in tests/test_loggers.py to be consistent * expanded wandb logging test; added minimal versions for requirements-extra.txt; increased the amount of training data that is used for tests * formatting * added requirements-extra.txt to MANIFEST.in * reverted wandb test; ensured minimal version for dependencies in requirements-extra.txt in ci-testing.yml
2020-02-21 18:30:27 +00:00
neptune-client>=0.4.4
comet-ml>=1.0.56
mlflow>=1.0.0
test_tube>=0.7.5
Add TRAINS experiment manager support (#1122) * Add allegro.ai TRAINS experiment manager support * improve docstring and type hinting, fix the bug in log_metrics, add support torch.Tensor to input into log_image * complete missing docstring of constructor's arguments * fix docs * pep8 * pep8 * remove redundant typing use logging fix typing and pep8 * remove deprecated interface * add TrainsLogger test * add TrainsLogger PR in CHANGELOG * add id/name property documentation * change logging as log Co-authored-by: bmartinn <> Co-authored-by: Sou Uchida <s.aiueo32@gmail.com>
2020-03-14 17:02:14 +00:00
wandb>=0.8.21
trains>=0.13.3