davidberenstein1957 HF staff commited on
Commit
5b0592a
1 Parent(s): 0804a38

Set correct version

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ if True:
7
  subprocess.check_call([sys.executable, "-m", "pip", "install", package_name])
8
 
9
  # Example usage:
10
- install_package("argilla==2.0.0s")
11
 
12
  import os
13
  from threading import Thread
 
7
  subprocess.check_call([sys.executable, "-m", "pip", "install", package_name])
8
 
9
  # Example usage:
10
+ install_package("argilla==2.0.0rc1")
11
 
12
  import os
13
  from threading import Thread