LucaGroup commited on
Commit
7667720
·
verified ·
1 Parent(s): 25ec6ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -21,6 +21,8 @@ LucaOne-Prot - The LUCA Protein language model.
21
  You can install the package from source using pip:
22
 
23
  ```bash
 
 
24
  pip install lucagplm
25
  ```
26
 
 
21
  You can install the package from source using pip:
22
 
23
  ```bash
24
+ pip install tokenizers==0.19.1
25
+ pip install transformers==4.41.2
26
  pip install lucagplm
27
  ```
28