Skip to content

Commit 44ce386

Browse files
authored
req: formatting (#17335)
1 parent 0631fa0 commit 44ce386

17 files changed

+77
-77
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# validation HPU connectors
2-
lightning-habana>=0.1.0rc0
2+
lightning-habana >=0.1.0rc0

requirements/app/base.txt

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
lightning-cloud>=0.5.33
1+
lightning-cloud >=0.5.33
22
packaging
3-
typing-extensions>=4.0.0, <=4.4.0
4-
deepdiff>=5.7.0, <6.2.4
5-
starsessions>=1.2.1, <2.0 # strict
6-
fsspec>=2022.5.0, <=2022.7.1
7-
croniter>=1.3.0, <1.4.0 # strict; TODO: for now until we find something more robust.
8-
traitlets>=5.3.0, <5.9.0
9-
arrow>=1.2.0, <1.2.4
10-
lightning-utilities>=0.8.0, <0.9.0
11-
beautifulsoup4>=4.8.0, <4.11.2
12-
inquirer>=2.10.0, <=3.1.2
13-
psutil<5.9.5
14-
click<=8.1.3
3+
typing-extensions >=4.0.0, <=4.4.0
4+
deepdiff >=5.7.0, <6.2.4
5+
starsessions >=1.2.1, <2.0 # strict
6+
fsspec >=2022.5.0, <=2022.7.1
7+
croniter >=1.3.0, <1.4.0 # strict; TODO: for now until we find something more robust.
8+
traitlets >=5.3.0, <5.9.0
9+
arrow >=1.2.0, <1.2.4
10+
lightning-utilities >=0.8.0, <0.9.0
11+
beautifulsoup4 >=4.8.0, <4.11.2
12+
inquirer >=2.10.0, <=3.1.2
13+
psutil <5.9.5
14+
click <=8.1.3
1515

16-
fastapi>=0.69.0,<0.89.0 # strict; TODO: broken serializations
16+
fastapi >=0.69.0, <0.89.0 # strict; TODO: broken serializations
1717
starlette # https://fastapi.tiangolo.com/deployment/versions/#about-starlette
18-
pydantic>=1.7.4,<2.0.0 # https://fastapi.tiangolo.com/deployment/versions/#about-pydantic
18+
pydantic >=1.7.4, <2.0.0 # https://fastapi.tiangolo.com/deployment/versions/#about-pydantic
1919

20-
dateutils<=0.6.12
21-
Jinja2<=3.1.2
22-
PyYAML<=6.0
23-
requests<2.28.3
20+
dateutils <=0.6.12
21+
Jinja2 <=3.1.2
22+
PyYAML <=6.0
23+
requests <2.28.3
2424
rich >=12.3.0, <=13.0.1
25-
urllib3<=1.26.13
26-
uvicorn<=0.17.6
27-
websocket-client<1.5.2
28-
websockets<=10.4
25+
urllib3 <=1.26.13
26+
uvicorn <=0.17.6
27+
websocket-client <1.5.2
28+
websockets <=10.4

requirements/app/cloud.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
redis>=4.0.1, <=4.2.4
2-
docker>=5.0.0, <6.0.2
3-
s3fs>=2022.5.0, <2022.11.1
1+
redis >=4.0.1, <=4.2.4
2+
docker >=5.0.0, <6.0.2
3+
s3fs >=2022.5.0, <2022.11.1
44
# setuptools==59.5.0

requirements/app/components.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# deps required by components in the lightning app repository (src/lightning/app/components)
2-
lightning_api_access>=0.0.3 # serve
3-
aiohttp>=3.8.0, <=3.8.3 # auto_scaler
4-
lightning-fabric>=1.9.0 # multinode
5-
pytorch-lightning>=1.9.0 # multinode
2+
lightning_api_access >=0.0.3 # serve
3+
aiohttp >=3.8.0, <=3.8.3 # auto_scaler
4+
lightning-fabric >=1.9.0 # multinode
5+
pytorch-lightning >=1.9.0 # multinode

requirements/app/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ coverage==6.5.0
22
pytest==7.2.2
33
pytest-timeout==2.1.0
44
pytest-cov==4.0.0
5-
pytest-doctestplus>=0.9.0
5+
pytest-doctestplus >=0.9.0
66
pytest-asyncio==0.20.3
77
playwright==1.30.0
88
httpx

requirements/app/ui.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
streamlit>=1.13.0, <1.16.1
2-
panel>=0.12.7, <=0.13.1
1+
streamlit >=1.13.0, <1.16.1
2+
panel >=0.12.7, <=0.13.1

requirements/docs.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
sphinx>=4.0, <5.0
1+
sphinx >=4.0, <5.0
22
myst-parser==0.18.1
3-
nbsphinx>=0.8.5, <=0.8.9
4-
pandoc>=1.0, <=2.3
5-
docutils>=0.16, <0.20
6-
sphinxcontrib-fulltoc>=1.0, <=1.2.0
3+
nbsphinx >=0.8.5, <=0.8.9
4+
pandoc >=1.0, <=2.3
5+
docutils >=0.16, <0.20
6+
sphinxcontrib-fulltoc >=1.0, <=1.2.0
77
sphinxcontrib-mockautodoc
88
sphinx-autobuild
9-
sphinx-autodoc-typehints>=1.16
10-
sphinx-paramlinks>=0.5.1, <=0.5.4
11-
sphinx-togglebutton>=0.2, <=0.3.2
12-
sphinx-copybutton>=0.3, <=0.5.0
9+
sphinx-autodoc-typehints >=1.16
10+
sphinx-paramlinks >=0.5.1, <=0.5.4
11+
sphinx-togglebutton >=0.2, <=0.3.2
12+
sphinx-copybutton >=0.3, <=0.5.0
1313
sphinx-multiproject
1414
sphinx-toolbox==3.4.0
1515
sphinx-rtd-dark-mode
16-
jinja2>=3.0.0,<3.2.0
16+
jinja2 >=3.0.0,<3.2.0

requirements/fabric/base.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package
22
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
33

4-
numpy>=1.17.2, <1.24.2
5-
torch>=1.11.0, <=2.0.0
4+
numpy >=1.17.2, <1.24.2
5+
torch >=1.11.0, <=2.0.0
66
fsspec[http]>2021.06.0, <2023.2.0
7-
packaging>=17.1, <=23.0
8-
typing-extensions>=4.0.0, <=4.4.0
9-
lightning-utilities>=0.8.0, <0.9.0
7+
packaging >=17.1, <=23.0
8+
typing-extensions >=4.0.0, <=4.4.0
9+
lightning-utilities >=0.8.0, <0.9.0

requirements/fabric/examples.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package
22
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
33

4-
torchvision>=0.10.0, <=0.14.1
5-
torchmetrics>=0.10.0, <0.12.0
6-
lightning-utilities>=0.8.0, <0.9.0
4+
torchvision >=0.10.0, <=0.14.1
5+
torchmetrics >=0.10.0, <0.12.0
6+
lightning-utilities >=0.8.0, <0.9.0

requirements/fabric/strategies.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package
22
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
3-
deepspeed>=0.6.0, <=0.8.0; platform_system != "Windows"
3+
deepspeed >=0.6.0, <=0.8.0; platform_system != "Windows"

requirements/fabric/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ pytest==7.2.2
33
pytest-cov==4.0.0
44
pytest-rerunfailures==10.3
55
click==8.1.3
6-
tensorboardX>=2.2, <=2.5.1 # min version is set by torch.onnx missing attribute
6+
tensorboardX >=2.2, <=2.5.1 # min version is set by torch.onnx missing attribute

requirements/pytorch/base.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package
22
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
33

4-
numpy>=1.17.2, <1.24.2
5-
torch>=1.11.0, <=2.0.0
6-
tqdm>=4.57.0, <4.65.0
7-
PyYAML>=5.4, <=6.0
8-
fsspec[http]>2021.06.0, <2023.2.0
9-
torchmetrics>=0.7.0, <0.12.0 # needed for using fixed compare_version
10-
packaging>=17.1, <=23.0
11-
typing-extensions>=4.0.0, <=4.4.0
12-
lightning-utilities>=0.8.0, <0.9.0
4+
numpy >=1.17.2, <1.24.2
5+
torch >=1.11.0, <=2.0.0
6+
tqdm >=4.57.0, <4.65.0
7+
PyYAML >=5.4, <=6.0
8+
fsspec[http] >2021.06.0, <2023.2.0
9+
torchmetrics >=0.7.0, <0.12.0 # needed for using fixed compare_version
10+
packaging >=17.1, <=23.0
11+
typing-extensions >=4.0.0, <=4.4.0
12+
lightning-utilities >=0.8.0, <0.9.0

requirements/pytorch/examples.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package
22
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
33

4-
torchvision>=0.11.1, <=0.14.1
5-
gym[classic_control]>=0.17.0, <0.26.3
4+
torchvision >=0.11.1, <=0.14.1
5+
gym[classic_control] >=0.17.0, <0.26.3
66
ipython[all] <8.7.1
7-
torchmetrics>=0.10.0, <0.12.0
8-
lightning-utilities>=0.7.0, <0.9.0
7+
torchmetrics >=0.10.0, <0.12.0
8+
lightning-utilities >=0.7.0, <0.9.0

requirements/pytorch/extra.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
# extended list of package dependencies to reach full functionality
55
matplotlib>3.1, <3.6.2
6-
omegaconf>=2.0.5, <2.4.0
7-
hydra-core>=1.0.5, <1.4.0
8-
jsonargparse[signatures]>=4.18.0, <4.19.0
6+
omegaconf >=2.0.5, <2.4.0
7+
hydra-core >=1.0.5, <1.4.0
8+
jsonargparse[signatures] >=4.18.0, <4.19.0
99
rich >=12.3.0, <=13.0.1
10-
tensorboardX>=2.2, <=2.5.1 # min version is set by torch.onnx missing attribute
10+
tensorboardX >=2.2, <=2.5.1 # min version is set by torch.onnx missing attribute

requirements/pytorch/loggers.info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# all supported loggers. this list is here as a reference, but they are not installed in CI
22
neptune
33
comet-ml
4-
mlflow>=1.0.0
4+
mlflow >=1.0.0
55
wandb
6-
tensorboard>=2.9.1
6+
tensorboard >=2.9.1

requirements/pytorch/strategies.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package
22
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
33

4-
deepspeed>=0.6.0, <0.8.0 # TODO: Include 0.8.x after https://github.com/microsoft/DeepSpeed/commit/b587c7e85470329ac25df7c7c2521ff9b2833db7 gets released
4+
deepspeed >=0.6.0, <0.8.0 # TODO: Include 0.8.x after https://github.com/microsoft/DeepSpeed/commit/b587c7e85470329ac25df7c7c2521ff9b2833db7 gets released

requirements/pytorch/test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pytest-forked==1.4.0
55
pytest-rerunfailures==10.3
66

77
# needed in tests
8-
cloudpickle>=1.3, <2.3.0
8+
cloudpickle >=1.3, <2.3.0
99
scikit-learn>0.22.1, <1.2.1
1010
onnx<1.14.0
1111
onnxruntime<1.14.0
@@ -14,5 +14,5 @@ pandas>1.0, <1.5.4 # needed in benchmarks
1414
fastapi<0.87.0 # for `ServableModuleValidator`
1515
uvicorn<0.19.1 # for `ServableModuleValidator`
1616

17-
tensorboard>=2.9.1, <2.12.0 # for `TensorBoardLogger`
18-
protobuf<=3.20.1 # strict # an extra is updating protobuf, this pin prevents TensorBoard failure
17+
tensorboard >=2.9.1, <2.12.0 # for `TensorBoardLogger`
18+
protobuf <=3.20.1 # strict # an extra is updating protobuf, this pin prevents TensorBoard failure

0 commit comments

Comments
 (0)