Spaces:
Running
Running
fix: add sentence transformers
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -26,6 +26,7 @@ httpcore==0.15
|
|
26 |
pydantic>=2.0.0
|
27 |
pydantic-settings>=2.0.0
|
28 |
pytorch-lightning==1.7.7
|
|
|
29 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
30 |
guacamol_baselines @ git+https://github.com/GT4SD/guacamol_baselines.git@v0.0.2
|
31 |
moses @ git+https://github.com/GT4SD/moses.git@v0.1.0
|
|
|
26 |
pydantic>=2.0.0
|
27 |
pydantic-settings>=2.0.0
|
28 |
pytorch-lightning==1.7.7
|
29 |
+
sentence_transformers>1.0,<=2.2.2
|
30 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
31 |
guacamol_baselines @ git+https://github.com/GT4SD/guacamol_baselines.git@v0.0.2
|
32 |
moses @ git+https://github.com/GT4SD/moses.git@v0.1.0
|