Mauricio Villegas
|
cd671243ab
|
Fix mypy errors in pytorch_lightning/cli.py (#14653)
|
2022-09-12 19:10:34 +02:00 |
Carlos Mocholí
|
fed1d8dc6a
|
Pin protobuf (#14512)
|
2022-09-03 14:38:30 +00:00 |
Carlos Mocholí
|
3ba0f56b18
|
Remove support for the deprecated torchtext legacy (#14375)
|
2022-08-26 20:01:51 +00:00 |
dependabot[bot]
|
f11f1e2bb4
|
Update gcsfs requirement from <2022.6.0,>=2021.5.0 to >=2021.5.0,<2022.8.0 in /requirements (#14079)
Update gcsfs requirement in /requirements
Updates the requirements on [gcsfs](https://github.com/fsspec/gcsfs) to permit the latest version.
- [Release notes](https://github.com/fsspec/gcsfs/releases)
- [Commits](https://github.com/fsspec/gcsfs/compare/2021.05.0...2022.7.1)
---
updated-dependencies:
- dependency-name: gcsfs
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-08-10 19:40:34 +02:00 |
Jirka Borovec
|
e513638de8
|
adding explain notes for requirements (#13872)
* adding explain notes for requirements
* Apply suggestions from code review
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
|
2022-08-03 21:43:51 +00:00 |
dependabot[bot]
|
acdc1f1378
|
Update torchtext requirement from <=0.12.0,>=0.10.* to >=0.10.0.a,<0.14.0 in /requirements (#13758)
* Update torchtext requirement in /requirements
Updates the requirements on [torchtext](https://github.com/pytorch/text) to permit the latest version.
- [Release notes](https://github.com/pytorch/text/releases)
- [Commits](https://github.com/pytorch/text/compare/v0.10.0-rc1...v0.13.0)
---
updated-dependencies:
- dependency-name: torchtext
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update requirements/pytorch/extra.txt
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com>
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
|
2022-07-27 08:51:52 +00:00 |
Mauricio Villegas
|
1b31039c58
|
Update LightningCLI test for new support in latest release of jsonargparse (#13805)
|
2022-07-25 09:25:42 +00:00 |
Gautier Dagan
|
0e5312833f
|
fix mypy errors for loggers/wandb.py (#13483)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
|
2022-07-21 01:07:24 +00:00 |
otaj
|
4e2ddc4f77
|
Increase typing_extensions minimal version (#13657)
* Increase typing_extensions requirement
* it's rich!
|
2022-07-14 11:42:22 -04:00 |
dependabot[bot]
|
3fe4874cec
|
Update omegaconf requirement from <=2.1.*,>=2.0.5 to >=2.0.5,<2.3.0 in /requirements (#13167)
Update omegaconf requirement in /requirements
Updates the requirements on [omegaconf](https://github.com/omry/omegaconf) to permit the latest version.
- [Release notes](https://github.com/omry/omegaconf/releases)
- [Changelog](https://github.com/omry/omegaconf/blob/master/NEWS.md)
- [Commits](https://github.com/omry/omegaconf/compare/v2.0.5...v2.2.1)
---
updated-dependencies:
- dependency-name: omegaconf
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-06-22 12:58:43 +00:00 |
dependabot[bot]
|
dc6143cd8f
|
Update hydra-core requirement from <=1.1.*,>=1.0.5 to >=1.0.5,<1.3.0 in /requirements (#13309)
Update hydra-core requirement in /requirements
Updates the requirements on [hydra-core](https://github.com/facebookresearch/hydra) to permit the latest version.
- [Release notes](https://github.com/facebookresearch/hydra/releases)
- [Changelog](https://github.com/facebookresearch/hydra/blob/main/NEWS.md)
- [Commits](https://github.com/facebookresearch/hydra/compare/v1.0.5...v1.2.0)
---
updated-dependencies:
- dependency-name: hydra-core
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-06-22 11:23:28 +00:00 |
dependabot[bot]
|
68fa83632a
|
Update gcsfs requirement from <=2022.2.0,>=2021.5.0 to >=2021.5.0,<2022.6.0 in /requirements (#13168)
Update gcsfs requirement in /requirements
Updates the requirements on [gcsfs](https://github.com/fsspec/gcsfs) to permit the latest version.
- [Release notes](https://github.com/fsspec/gcsfs/releases)
- [Commits](https://github.com/fsspec/gcsfs/compare/2021.05.0...2022.5.0)
---
updated-dependencies:
- dependency-name: gcsfs
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-06-22 11:51:47 +02:00 |
Mauricio Villegas
|
6371d7c615
|
Fix LightningCLI signature parameter resolving for some lightning classes (#13283)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
|
2022-06-21 21:58:41 +00:00 |
Carlos Mocholí
|
ad87d2cad0
|
Future 5/n: Move requirements (#13306)
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
|
2022-06-21 17:11:33 +02:00 |