ShilongLiu commited on
Commit
353c206
1 Parent(s): 25b30ea

old version packaging

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ import warnings
13
 
14
  import torch
15
 
16
- os.system("pip install packaging==21.3")
17
  os.system("python setup.py build develop --user")
18
  warnings.filterwarnings("ignore")
19
 
 
13
 
14
  import torch
15
 
16
+ os.system("pip install packaging==21.0")
17
  os.system("python setup.py build develop --user")
18
  warnings.filterwarnings("ignore")
19