fix pydantic v2 not backward compatible
Browse files- new_requirements.txt +3 -2
new_requirements.txt
CHANGED
@@ -117,7 +117,7 @@ pure_eval==0.2.3
|
|
117 |
pyarrow==17.0.0
|
118 |
pycparser==2.22
|
119 |
# pydantic==2.8.2
|
120 |
-
pydantic<2
|
121 |
pydantic_core==2.20.1
|
122 |
Pygments==2.18.0
|
123 |
pyparsing==3.1.4
|
@@ -146,7 +146,8 @@ six==1.16.0
|
|
146 |
smart-open==7.0.4
|
147 |
sniffio==1.3.1
|
148 |
soupsieve==2.6
|
149 |
-
spacy==3.7.6
|
|
|
150 |
spacy-legacy==3.0.12
|
151 |
spacy-loggers==1.0.5
|
152 |
srsly==2.4.8
|
|
|
117 |
pyarrow==17.0.0
|
118 |
pycparser==2.22
|
119 |
# pydantic==2.8.2
|
120 |
+
pydantic<2.0
|
121 |
pydantic_core==2.20.1
|
122 |
Pygments==2.18.0
|
123 |
pyparsing==3.1.4
|
|
|
146 |
smart-open==7.0.4
|
147 |
sniffio==1.3.1
|
148 |
soupsieve==2.6
|
149 |
+
# spacy==3.7.6
|
150 |
+
spacy<3.6.0
|
151 |
spacy-legacy==3.0.12
|
152 |
spacy-loggers==1.0.5
|
153 |
srsly==2.4.8
|