"...python/git@developer.sourcefind.cn:change/sglang.git" did not exist on "1b9175cb23004e3a40dfb97ab80e7e45032c5359"
Commit afee4377 authored by Yanghan Wang's avatar Yanghan Wang Committed by Facebook GitHub Bot
Browse files

use the same lightning version on Github as in fbcode

Summary: Pull Request resolved: https://github.com/facebookresearch/d2go/pull/183

Reviewed By: zhanghang1989

Differential Revision: D34492204

fbshipit-source-id: 7fd459172e83a5015ca9eee0e2018ce8b22c3096
parent 87374efb
#!/usr/bin/env python3 #!/usr/bin/env python3
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved # Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
import glob import glob
import io
import os import os
import shutil import shutil
import subprocess
from os import path from os import path
from typing import List from typing import List
...@@ -29,7 +27,7 @@ requirements = [ ...@@ -29,7 +27,7 @@ requirements = [
"Pillow", "Pillow",
"mock", "mock",
"torch", "torch",
"pytorch_lightning", "pytorch-lightning @ git+https://github.com/PyTorchLightning/pytorch-lightning.git@86b177ebe",
"opencv-python", "opencv-python",
"parameterized", "parameterized",
] ]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment