Skip to content

Commit

Permalink
Allowing older version of pandas to be used (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudw authored Nov 16, 2022
1 parent a5c58c1 commit e984a65
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 @@ -27,7 +27,7 @@ metaflow_executor = "datasets.plugins:MetaflowExecutor"

[tool.poetry.dependencies]
python = ">=3.9.0,<4"
pandas = ">=1.4.0"
pandas = ">=1.1.0"
pyarrow = ">=6.0.0"
dask = { version = ">=2021.9.1", optional = true }
pyspark = { version = "^3.2.0", optional = true }
Expand Down

0 comments on commit e984a65

Please sign in to comment.