Spaces:
Sleeping
Sleeping
Commit
·
b47f269
1
Parent(s):
49068f7
update
Browse files- scripts/setup_env.py +1 -1
scripts/setup_env.py
CHANGED
@@ -29,7 +29,7 @@ commands = [
|
|
29 |
[sys.executable, "-m", "pip", "install", "--no-cache-dir", "-U", "langchain-community"],
|
30 |
[sys.executable, "-m", "pip", "install", "--no-cache-dir", "--force-reinstall", "torch==2.3.1", "torchvision==0.18.1", "numpy<2.0.0", "--index-url", "https://download.pytorch.org/whl/cu118"],
|
31 |
[sys.executable, "-m", "pip", "install", "--no-cache-dir", "-U", "magic-pdf[full]", "--extra-index-url", "https://wheels.myhloli.com"],
|
32 |
-
[sys.executable, "-m", "pip", "install", "--no-cache-dir", "Django==2.2.5"]
|
33 |
[sys.executable, "-m", "pip", "install", "--no-cache-dir", "graphviz"]
|
34 |
]
|
35 |
|
|
|
29 |
[sys.executable, "-m", "pip", "install", "--no-cache-dir", "-U", "langchain-community"],
|
30 |
[sys.executable, "-m", "pip", "install", "--no-cache-dir", "--force-reinstall", "torch==2.3.1", "torchvision==0.18.1", "numpy<2.0.0", "--index-url", "https://download.pytorch.org/whl/cu118"],
|
31 |
[sys.executable, "-m", "pip", "install", "--no-cache-dir", "-U", "magic-pdf[full]", "--extra-index-url", "https://wheels.myhloli.com"],
|
32 |
+
[sys.executable, "-m", "pip", "install", "--no-cache-dir", "Django==2.2.5"],
|
33 |
[sys.executable, "-m", "pip", "install", "--no-cache-dir", "graphviz"]
|
34 |
]
|
35 |
|