Skip to content

Commit

Permalink
Merge pull request #615 from Aarhus-Psychiatry-Research/update-packages
Browse files Browse the repository at this point in the history
feat: remove pandas upper bound dependency
  • Loading branch information
sarakolding authored Sep 27, 2024
2 parents 6321404 + 5144eba commit 0124573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
"scipy>=1.8.0",
"scikit-learn>=1.1.2",
"pydantic>=2.0.0",
"pandas>=1.4.0,<=2.2.3",
"pandas>=1.4.0",
"catalogue>=2.0.0",
"numpy>=1.23.3",
"pyarrow>=8.0.0",
Expand Down

0 comments on commit 0124573

Please sign in to comment.