Spaces:
Runtime error
Runtime error
Updated requirements.txt to reflect pypi fvcore instead of github fvcore
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -15,4 +15,5 @@ torchvision==0.8
|
|
15 |
tqdm>=4.50.0
|
16 |
wordsegment==1.3.1
|
17 |
whatimage==0.0.3
|
18 |
-
git+git://github.com/facebookresearch/fvcore.git#egg=fvcore
|
|
|
|
15 |
tqdm>=4.50.0
|
16 |
wordsegment==1.3.1
|
17 |
whatimage==0.0.3
|
18 |
+
#git+git://github.com/facebookresearch/fvcore.git#egg=fvcore
|
19 |
+
pip install -U fvcore # instead of the above latest build from github grab a build from pypi
|