Skip to content

Commit

Permalink
fix: pin pydantic to avoid compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
percevalw committed Dec 4, 2023
1 parent 702ce09 commit b72cd44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions demo/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
pydantic-core==2.14.4
git+https://github.com/aphp/edsnlp.git
streamlit
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
"numpy>=1.15.0; python_version>='3.8'",
"pandas>=1.1.0,<2.0.0; python_version<'3.8'",
"pandas>=1.4.0,<2.0.0; python_version>='3.8'",
"typing_extensions<4.6.0,>=4.0.0; python_version>='3.8'", # https://github.com/explosion/spaCy/issues/12659
"typing_extensions!=4.7.0,>=4.0.0; python_version>='3.8'", # https://github.com/explosion/spaCy/issues/12659
"typing_extensions>=4.0.0; python_version<'3.8'",
"dill",
# Packaging
Expand Down

0 comments on commit b72cd44

Please sign in to comment.