Skip to content

Commit

Permalink
relax pandas version
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosler committed May 24, 2024
1 parent 1e6f522 commit 44cd70f
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 @@ -66,7 +66,7 @@ dependencies = [
"oci>=2.125.3",
"ocifs>=1.1.3",
"pandas>1.2.1; python_version<'3.9'", # starting pandas v2.1.0 requires-python = '>=3.9'
"pandas>=2.2.0; python_version>='3.9'",
"pandas>=2.0.0; python_version>='3.9'",
"psutil>=5.7.2",
"python_jsonschema_objects>=0.3.13",
"requests",
Expand Down

0 comments on commit 44cd70f

Please sign in to comment.