Skip to content

Commit

Permalink
Update pandas requirements to be more lax to match numpy's
Browse files Browse the repository at this point in the history
  • Loading branch information
Delaunay authored Jun 18, 2024
1 parent 1c31256 commit 4c1ae41
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 @@ -25,7 +25,7 @@ hrepr = "^0.4.0"
blessed = "^1.19.1"
pathspec = "^0.9.0"
cp-template = "^0.3.0"
pandas = "^1.4.2"
pandas = ">=1.4.2"
numpy = ">=1.23.0"
pynvml = "^11.4.1"
tqdm = "^4.64.1"
Expand Down

0 comments on commit 4c1ae41

Please sign in to comment.