Skip to content

Commit

Permalink
Update requirements to line up with Garden Pydantic requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
blaiszik committed Jul 12, 2024
1 parent ed5f7b7 commit dfeb7fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ h5py>=2.10.0
numpy>=1.15.4
pandas>=0.23.4
scikit-learn>=1.0
pydantic==1.10.13
pydantic>=2.7.2
mdf_forge>=0.8.0
mdf-connect-client>=0.4.0
json2table>=1.1.5
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dlhub_sdk>=1.0.0",
"numpy>=1.15.4",
"pandas>=0.23.4",
"pydantic>=1.4",
"pydantic>=2.7.2",
"mdf_connect_client>=0.4.0",
"h5py>=2.10.0",
"json2table"
Expand Down

0 comments on commit dfeb7fe

Please sign in to comment.