Skip to content

Commit

Permalink
Update requirements.txt with python versions for pydantic
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigurd-Borge authored Oct 25, 2024
1 parent 9af2da3 commit 27ce212
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ configparser~=5.0
numpy~=1.26
pandas~=2.2
pandas-stubs~=2.2
pydantic~=2.7
pydantic~=2.7; python_version < "3.13"
pydantic~=2.8; python_version >= "3.13"
pytest~=7.2
python-dateutil~=2.9
requests~=2.31

0 comments on commit 27ce212

Please sign in to comment.