hugggof commited on
Commit
c7d2570
1 Parent(s): 389ae81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ try:
32
  except ImportError:
33
  print("Installing harp dependencies...")
34
  sp.check_call(["pip", "install", *harp_deps])
35
- sp.check_call(["pip", "install", "git+https://github.com/audacitorch/pyharp.git#egg=pyharp"])
36
  sp.check_call(["pip", "install", "pydantic<2.0.0"])
37
  import pyharp
38
 
 
32
  except ImportError:
33
  print("Installing harp dependencies...")
34
  sp.check_call(["pip", "install", *harp_deps])
35
+ sp.check_call(["pip", "install", "-e git+https://github.com/audacitorch/pyharp.git#egg=pyharp"])
36
  sp.check_call(["pip", "install", "pydantic<2.0.0"])
37
  import pyharp
38