Skip to content

Commit b72cd44

Browse files
committed
fix: pin pydantic to avoid compilation
1 parent 702ce09 commit b72cd44

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

demo/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
pydantic-core==2.14.4
12
git+https://github.com/aphp/edsnlp.git
23
streamlit

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"numpy>=1.15.0; python_version>='3.8'",
2626
"pandas>=1.1.0,<2.0.0; python_version<'3.8'",
2727
"pandas>=1.4.0,<2.0.0; python_version>='3.8'",
28-
"typing_extensions<4.6.0,>=4.0.0; python_version>='3.8'", # https://github.com/explosion/spaCy/issues/12659
28+
"typing_extensions!=4.7.0,>=4.0.0; python_version>='3.8'", # https://github.com/explosion/spaCy/issues/12659
2929
"typing_extensions>=4.0.0; python_version<'3.8'",
3030
"dill",
3131
# Packaging

0 commit comments

Comments
 (0)