dependabot[bot]
6f31d68e73
Update lightning-utilities requirement from <0.5.0,>=0.4.2 to >=0.4.2,<0.6.0 in /requirements ( #16371 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-17 01:35:09 +00:00
dependabot[bot]
cc387bd527
Bump pytest-rerunfailures from 10.2 to 10.3 in /requirements ( #15841 )
...
Bumps [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures ) from 10.2 to 10.3.
- [Release notes](https://github.com/pytest-dev/pytest-rerunfailures/releases )
- [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst )
- [Commits](https://github.com/pytest-dev/pytest-rerunfailures/compare/10.2...10.3 )
---
updated-dependencies:
- dependency-name: pytest-rerunfailures
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-16 15:34:10 +00:00
dependabot[bot]
596494b719
Update psutil requirement from <5.9.4 to <5.9.5 in /requirements ( #16372 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-16 12:49:48 +00:00
Jirka Borovec
13c3136063
move `tensorboardX` to extra ( #16349 )
...
* tensorboardX > extra
* default
* chlog
* doctest_skip
* mypy
* Update docs
* plus
* Apply suggestions from code review
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Luca Antiga <luca.antiga@gmail.com>
* fix
* mypy
* docs
* Apply suggestions from code review
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
* .
* ll
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Luca Antiga <luca.antiga@gmail.com>
2023-01-16 09:06:14 +01:00
dependabot[bot]
ea1899e262
Bump hivemind from 1.1.2 to 1.1.5 in /requirements ( #16293 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-09 15:20:38 +00:00
Jirka Borovec
876574695a
update tutorials ( #16263 )
2023-01-05 13:59:34 +00:00
dependabot[bot]
4a73fb8eee
Update ipython[all] requirement from <8.6.1 to <8.7.1 in /requirements ( #16220 )
...
Updates the requirements on [ipython[all]](https://github.com/ipython/ipython ) to permit the latest version.
- [Release notes](https://github.com/ipython/ipython/releases )
- [Commits](https://github.com/ipython/ipython/compare/rel-0.8.4...8.7.0 )
---
updated-dependencies:
- dependency-name: ipython[all]
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-04 08:26:08 +00:00
dependabot[bot]
b5a838a942
Update numpy requirement from <1.23.1,>=1.17.2 to >=1.17.2,<1.24.1 in /requirements ( #16199 )
...
Update numpy requirement in /requirements
Updates the requirements on [numpy](https://github.com/numpy/numpy ) to permit the latest version.
- [Release notes](https://github.com/numpy/numpy/releases )
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst )
- [Commits](https://github.com/numpy/numpy/compare/v1.17.2...v1.24.0 )
---
updated-dependencies:
- dependency-name: numpy
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-26 05:09:17 +00:00
Jirka Borovec
186b799a62
ci: adjust version in all requirements ( #16100 )
2022-12-22 06:21:52 +00:00
Jirka Borovec
1e16836a2c
drop colossalai from testing as no stable release yet ( #16122 )
2022-12-21 12:32:59 +00:00
dependabot[bot]
d070e72c76
Update scikit-learn requirement from <1.1.3,>0.22.1 to >0.22.1,<1.2.1 in /requirements ( #16107 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-20 05:21:02 +00:00
dependabot[bot]
e8ac9e9ca9
Update torchvision requirement from <=0.14.0,>=0.11.1 to >=0.11.1,<0.15.0 in /requirements ( #16108 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
2022-12-19 16:52:55 +00:00
Jirka Borovec
acd48d3b0d
add 1.13.1 to adjust versions ( #16099 )
2022-12-17 15:05:08 +01:00
Carlos Mocholí
53ceb156c4
Integrate lightning_utilities==0.4.2 ( #15817 )
...
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2022-12-13 13:13:51 +00:00
Mauricio Villegas
ed52823c3f
LightningCLI support for optimizers and schedulers via dependency injection ( #15869 )
...
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-12-12 15:36:19 +00:00
Jake Schmidt
38acba08fc
Batch `MLFlowLogger` requests ( #15915 )
...
Co-authored-by: Jake Schmidt <jake.schmidt@utexas.edu>
Co-authored-by: awaelchli <aedu.waelchli@gmail.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-12-12 14:22:48 +00:00
Carlos Mocholí
9ed43c64b6
Set the logger explicitly in tests ( #15815 )
2022-12-10 13:32:37 +00:00
Ethan Harris
12832263b9
[App] Fix bug when using structures with works ( #15911 )
...
* Fix bug when using structures with works
* Add test
* Update CHANGELOG.md
2022-12-08 00:54:15 +00:00
Jirka Borovec
bc528fd4c0
CI: freeze docs requirements [hotfix] ( #15865 )
...
freeze ipy
2022-11-30 00:43:48 -05:00
dependabot[bot]
95d5ccb297
Update cloudpickle requirement from <=2.1.0,>=1.3 to >=1.3,<2.3.0 in /requirements ( #15840 )
...
Update cloudpickle requirement in /requirements
Updates the requirements on [cloudpickle](https://github.com/cloudpipe/cloudpickle ) to permit the latest version.
- [Release notes](https://github.com/cloudpipe/cloudpickle/releases )
- [Changelog](https://github.com/cloudpipe/cloudpickle/blob/master/CHANGES.md )
- [Commits](https://github.com/cloudpipe/cloudpickle/compare/v1.3.0...v2.2.0 )
---
updated-dependencies:
- dependency-name: cloudpickle
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-28 05:17:03 +00:00
dependabot[bot]
1d942977f4
Bump hivemind from 1.0.1 to 1.1.2 in /requirements ( #15839 )
...
Bumps [hivemind](https://github.com/learning-at-home/hivemind ) from 1.0.1 to 1.1.2.
- [Release notes](https://github.com/learning-at-home/hivemind/releases )
- [Commits](https://github.com/learning-at-home/hivemind/compare/1.0.1...1.1.2 )
---
updated-dependencies:
- dependency-name: hivemind
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-28 04:52:05 +00:00
dependabot[bot]
206fd06f51
Update fairscale requirement from <=0.4.6,>=0.4.5 to >=0.4.5,<0.4.13 in /requirements ( #15842 )
...
Update fairscale requirement in /requirements
Updates the requirements on [fairscale]() to permit the latest version.
---
updated-dependencies:
- dependency-name: fairscale
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-28 10:01:27 +05:30
Mauricio Villegas
3fad651f99
Deprecate description and env parameters in LightningCLI.__init__ ( #15651 )
...
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: awaelchli <aedu.waelchli@gmail.com>
2022-11-27 10:52:01 +00:00
Jirka Borovec
8ee889bea0
lit extras ( #15793 )
...
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-11-24 22:08:51 +00:00
dependabot[bot]
e150d083c2
Update lightning-utilities requirement from ==0.3.* to ==0.4.* in /requirements ( #15420 )
...
Update lightning-utilities requirement in /requirements
Updates the requirements on [lightning-utilities](https://github.com/Lightning-AI/utilities ) to permit the latest version.
- [Release notes](https://github.com/Lightning-AI/utilities/releases )
- [Changelog](https://github.com/Lightning-AI/utilities/blob/main/CHANGELOG.md )
- [Commits](https://github.com/Lightning-AI/utilities/compare/v0.3.0...v0.4.0 )
---
updated-dependencies:
- dependency-name: lightning-utilities
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-24 16:18:32 +00:00
dependabot[bot]
cfb27bd75b
Bump pytest from 7.1.3 to 7.2.0 in /requirements ( #15677 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 7.1.3 to 7.2.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/7.1.3...7.2.0 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-22 08:31:21 +00:00
Luca Antiga
9c2eb52c86
Switch from tensorboard to tensorboardx in logger ( #15728 )
...
* Switch from tensorboard to tensorboardx in logger
* Warn if log_graph is set to True but tensorboard is not installed
* Fix warning message formatting
* Apply suggestions from code review
* simplify for TBX as required pkg
* docs example
* chlog
* tbx 2.2
Co-authored-by: Luca Antiga <luca@lightning.ai>
Co-authored-by: William Falcon <waf2107@columbia.edu>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
2022-11-21 20:53:25 +00:00
dependabot[bot]
0b58b6981e
Update tensorboard requirement from <2.11.0,>=2.9.1 to >=2.9.1,<2.12.0 in /requirements ( #15746 )
...
Update tensorboard requirement in /requirements
Updates the requirements on [tensorboard](https://github.com/tensorflow/tensorboard ) to permit the latest version.
- [Release notes](https://github.com/tensorflow/tensorboard/releases )
- [Changelog](https://github.com/tensorflow/tensorboard/blob/master/RELEASE.md )
- [Commits](https://github.com/tensorflow/tensorboard/compare/2.9.1...2.11.0 )
---
updated-dependencies:
- dependency-name: tensorboard
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-21 23:20:23 +09:00
dependabot[bot]
13eb2a1f91
Bump coverage from 6.4.2 to 6.5.0 in /requirements ( #15674 )
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 6.4.2 to 6.5.0.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/6.4.2...6.5.0 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-17 22:47:37 +00:00
dependabot[bot]
7a8e2e9e0e
Update onnxruntime requirement from <1.13.0 to <1.14.0 in /requirements ( #15672 )
...
Updates the requirements on [onnxruntime](https://github.com/microsoft/onnxruntime ) to permit the latest version.
- [Release notes](https://github.com/microsoft/onnxruntime/releases )
- [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md )
- [Commits](https://github.com/microsoft/onnxruntime/compare/v0.1.4...v1.13.1 )
---
updated-dependencies:
- dependency-name: onnxruntime
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-16 01:22:55 +09:00
Jirka Borovec
57ac5483a0
Upgrade CI to PyTorch 1.13 ( #15403 )
...
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
2022-11-12 23:39:23 +00:00
Adrian Wälchli
e87c11a592
Upgrade GPU CI to PyTorch 1.13 ( #15583 )
...
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
2022-11-12 14:58:37 +00:00
Carlos Mocholí
6ba00af1e0
Drop PyTorch 1.9 support ( #15347 )
...
* Drop 1.9
* Everything else
* READMEs
* Missed some
* IPU skips
* Remove exception type
* Add back
2022-11-10 08:59:13 -05:00
dependabot[bot]
fc78d8d6e5
Update fastapi requirement from <0.83.0 to <0.87.0 in /requirements ( #15564 )
...
Updates the requirements on [fastapi](https://github.com/tiangolo/fastapi ) to permit the latest version.
- [Release notes](https://github.com/tiangolo/fastapi/releases )
- [Commits](https://github.com/tiangolo/fastapi/compare/0.1.11...0.86.0 )
---
updated-dependencies:
- dependency-name: fastapi
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-09 08:31:43 +00:00
dependabot[bot]
df64dad58c
Bump pytest-cov from 3.0.0 to 4.0.0 in /requirements ( #15563 )
...
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov ) from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases )
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v3.0.0...v4.0.0 )
---
updated-dependencies:
- dependency-name: pytest-cov
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-07 08:19:01 +00:00
dependabot[bot]
f492277bfc
Update uvicorn requirement from <=0.18.2 to <0.19.1 in /requirements ( #15562 )
...
Updates the requirements on [uvicorn](https://github.com/encode/uvicorn ) to permit the latest version.
- [Release notes](https://github.com/encode/uvicorn/releases )
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md )
- [Commits](https://github.com/encode/uvicorn/compare/0.0.1...0.19.0 )
---
updated-dependencies:
- dependency-name: uvicorn
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-07 08:17:07 +00:00
Carlos Mocholí
f392180c38
Do not modify PACKAGE_NAME on install ( #15493 )
...
* Do not modify PACKAGE_NAME on install
* Fix ci pkg action
* Required
* Typos
* Apply suggestions from code review
* Undo defaults
* Cleanup
* Implement idea
* Fuck
* Apps mock fix
* Fix app-pytest with PKG_NAME=app
* Justus suggestion
* Debug Windows
* Update setup.py
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
* Revert "Debug Windows"
This reverts commit 9fe3ba3665
.
* SSH action
* Crazy bug
* Revert "SSH action"
This reverts commit 5061e8e7d6
.
* Package import step
* Avoid env conflict
* Debug
* Whitespace
* Try removing existing lite build
* This should be redundant now
* Add back env now that source-lit is gone
* Remove download artifact
* checkgroup
* TODOs suggested by Jirka
* _
* Revert "_". These are local variables, do not need protected
This reverts commit 8340b85991
.
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
2022-11-04 17:51:03 +01:00
Jirka Borovec
adb970a50b
CI: resolving Docs ( #15508 )
...
* placeholder
* pytorch
* fix CI
* fix package name
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* use os theme for pytorch docs
* switch source-app to lai_sphinx_theme
* pull_request
* doc error fix
* another build error fix
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* removed unused glossary.rst
* lit
* doc fixes
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* fix last warning
* try
* lit
* flake8
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Co-authored-by: Yurij Mikhalevich <yurij@grid.ai>
Co-authored-by: rohitgr7 <rohitgr1998@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-11-03 15:33:54 -04:00
William Falcon
9328da439b
docs updates 1/n ( #15473 )
...
* docs
* docs updates
* docs updates
* docs updates
* docs updates
* d
* d
* d
* d
* d
* d
* ??
* d1
* d1
* d1
* d1
* d1
* d1
* d1
* d1
* d1
* d1
* d1
* d1
* d1
* d1
* d1
* d1
* d1
* d1
* d1
* d1
* d1
* d1
* d1
* d1
* d1
* d1
* d1
* d1
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* new title
* new title
* new title
* new title
* new title
* new title
* new title
* new title
* new title
* new title
* new title
* new title
* new title
* new title
* new title
* new title
* new title
* new title
* new title
* new title
* only select from parent
* only select from parent
* only select from parent
* only select from parent
* only select from parent
* only select from parent
* only select from parent
* only select from parent
* only select from parent
* only select from parent
* only select from parent
* only select from parent
* only select from parent
* only select from parent
* only select from parent
* only select from parent
* only select from parent
* only select from parent
* only select from parent
* only select from parent
* only select from parent
* only select from parent
* only select from parent
* only select from parent
* only select from parent
* only select from parent
* only select from parent
* only select from parent
* only select from parent
* only select from parent
* only select from parent
* only select from parent
* only select from parent
* only select from parent
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* only select from parent
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* use OSS template
* only select from parent
* only select from parent
* only select from parent
* only select from parent
* only select from parent
* only select from parent
* only select from parent
* only select from parent
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update docs/README.md
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: William Falcon <williamfalcon@Williams-MacBook-Pro-2.local>
Co-authored-by: William Falcon <williamfalcon@Williams-MBP-2.lan>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2022-11-03 10:55:30 -04:00
dependabot[bot]
1b56daf4f7
Update psutil requirement from <5.9.3 to <5.9.4 in /requirements ( #15423 )
...
Updates the requirements on [psutil](https://github.com/giampaolo/psutil ) to permit the latest version.
- [Release notes](https://github.com/giampaolo/psutil/releases )
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst )
- [Commits](https://github.com/giampaolo/psutil/compare/release-0.1.0...release-5.9.3 )
---
updated-dependencies:
- dependency-name: psutil
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-01 21:44:01 +00:00
dependabot[bot]
f8675ff8be
Update ipython[all] requirement from <8.5.1 to <8.6.1 in /requirements ( #15419 )
...
Updates the requirements on [ipython[all]](https://github.com/ipython/ipython ) to permit the latest version.
- [Release notes](https://github.com/ipython/ipython/releases )
- [Commits](https://github.com/ipython/ipython/compare/rel-0.8.4...8.6.0 )
---
updated-dependencies:
- dependency-name: ipython[all]
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-01 14:37:46 +00:00
Jirka Borovec
fb9dae8df3
ci: update install lite & cut pkg dependency ( #14517 )
...
* ci: update install lite
* try without lite in req file
* ci: install
* app
* init
* Revert "app"
This reverts commit f3f09e7888
.
* ci: cpu
* ci: gpu
* pkg
* env
* bench
* trigger
* notes
* prune
* set version
* fix version
* git reset
* hpu, ipu
* adjust
* --hard
* git checkout
* Apply suggestions from code review
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
* rc2
* L
* docs
* hpu
Co-authored-by: awaelchli <aedu.waelchli@gmail.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
Co-authored-by: Luca Antiga <luca.antiga@gmail.com>
2022-10-31 20:50:51 +01:00
Jirka Borovec
b4c1a41f01
bump typing-extensions ( #15405 )
2022-10-31 14:52:45 +01:00
dependabot[bot]
9cfc415a57
Update matplotlib requirement from <3.5.3,>3.1 to >3.1,<3.6.2 in /requirements ( #15422 )
...
Update matplotlib requirement in /requirements
Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib ) to permit the latest version.
- [Release notes](https://github.com/matplotlib/matplotlib/releases )
- [Commits](https://github.com/matplotlib/matplotlib/compare/v3.1.1...v3.6.1 )
---
updated-dependencies:
- dependency-name: matplotlib
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-31 02:12:24 +00:00
dependabot[bot]
27a1f5c811
Update pandas requirement from <1.5.1,>1.0 to >1.0,<1.5.2 in /requirements ( #15263 )
...
Update pandas requirement in /requirements
Updates the requirements on [pandas](https://github.com/pandas-dev/pandas ) to permit the latest version.
- [Release notes](https://github.com/pandas-dev/pandas/releases )
- [Changelog](https://github.com/pandas-dev/pandas/blob/main/RELEASE.md )
- [Commits](https://github.com/pandas-dev/pandas/compare/v1.0.1...v1.5.1 )
---
updated-dependencies:
- dependency-name: pandas
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-26 21:28:27 +00:00
dependabot[bot]
3cccaec60b
Pin test requirements to their current latest versions ( #15157 )
...
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-10-26 14:31:25 +00:00
Carlos Mocholí
7b3de1215f
Remove examples and loggers from develop dependencies ( #15282 )
...
* Remove examples and loggers from develop dependencies
* remove more references
* Fix mypy
* Keep logger file for docs mocking
* Simpler fix
* Fix docs build
* Global testsetup
* Matching files
* Undo change
* loggers as info
* Clarify
* Update requirements/pytorch/loggers.info
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
Co-authored-by: otaj <6065855+otaj@users.noreply.github.com>
2022-10-25 09:23:26 -04:00
Jirka Borovec
be1eb5e86d
CI: apps ( #15242 )
...
* CI: apps
* fix imports
* req
* doctest
* SQLModel
* fsspec
* azure
* docs
* falek8
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-10-22 13:20:49 +02:00
Mauricio Villegas
b556713eef
Fix LightningCLI parse_env and description in subcommands ( #15138 )
...
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
2022-10-21 16:50:18 +00:00
Carlos Mocholí
90e1a0ecf0
Single source for the mypy version ( #15224 )
2022-10-21 16:15:33 +09:00