hugggof commited on
Commit
04d373a
1 Parent(s): c3007eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -33,6 +33,7 @@ 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
  import pyharp
37
 
38
 
 
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
 
39