Skip to content

Commit

Permalink
Fix: Pydantic2 and Python3.7 require additional depdendencies.
Browse files Browse the repository at this point in the history
This is a temporary workaround, until the Pydantic issue pydantic/pydantic#7903 is fixed
  • Loading branch information
anergictcell committed Oct 23, 2023
1 parent 423d8f7 commit 8a2797e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ pandas
scipy
pydantic>=2
backports.cached-property==1.0.1
importlib_metadata; python_version <= "3.7"

0 comments on commit 8a2797e

Please sign in to comment.