Skip to content

Commit

Permalink
bump pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Parsons committed Apr 10, 2024
1 parent 5b4197b commit c60fbdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ keywords = ["data science", "machine learning", "typing"]
license = {file = "LICENSE"}
requires-python = ">=3.9,<4"
dependencies = [
"pandas >= 1.4.3",
"pandas >= 2.0.0",
"scikit-learn >= 1.1.0",
"python-dateutil >= 2.8.2",
"scipy >= 1.10.0",
Expand Down Expand Up @@ -60,7 +60,6 @@ dask = [
]
spark = [
"pyspark >= 3.5.0",
"pandas >= 2.0.0",
"numpy >= 1.25.0",
"pyarrow >= 14.0.1",
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dask[dataframe]==2024.4.1
importlib-resources==5.10.0
numpy==1.25.0
pandas==1.4.3
pandas==2.0.0
python-dateutil==2.8.2
scikit-learn==1.1.0
scipy==1.10.0

0 comments on commit c60fbdd

Please sign in to comment.