Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 3540306

Browse files
committed
fix
1 parent 907e523 commit 3540306

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ conda activate nowcasting_dataset
4545
pip install -e .
4646
```
4747

48-
Note you can install the [pytorch](https://github.com/pytorch/pytorch) using
48+
Note you can install the [pytorch](https://github.com/pytorch/pytorch)
49+
and [pytorch_lightning](https://github.com/PyTorchLightning/pytorch-lightning) using
4950
```shell
5051
pip install -e .[torch]
5152
```

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
author_email="info@openclimatefix.org",
1818
company="Open Climate Fix Ltd",
1919
install_requires=install_requires,
20-
extras_require={"torch": ["torch"]},
20+
extras_require={"torch": ["torch", "pytorch_lightning"]},
2121
long_description=long_description,
2222
long_description_content_type="text/markdown",
2323
packages=find_packages(),

0 commit comments

Comments
 (0)