technicolor commited on
Commit
51fbac8
·
1 Parent(s): b47f269
Files changed (1) hide show
  1. scripts/setup_env.py +1 -1
scripts/setup_env.py CHANGED
@@ -28,7 +28,7 @@ commands = [
28
  [sys.executable, "-m", "pip", "install", "--no-cache-dir", "bertopic==0.16.3"],
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
  ]
 
28
  [sys.executable, "-m", "pip", "install", "--no-cache-dir", "bertopic==0.16.3"],
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", "mineru[core]"],
32
  [sys.executable, "-m", "pip", "install", "--no-cache-dir", "Django==2.2.5"],
33
  [sys.executable, "-m", "pip", "install", "--no-cache-dir", "graphviz"]
34
  ]