Skip to content

Commit

Permalink
update numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav Sheni committed Dec 18, 2023
1 parent 6c8822b commit b76e38f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies = [
"python-dateutil >= 2.8.1",
"scipy >= 1.10.0",
"importlib-resources >= 5.10.0",
"numpy >= 1.26.0",
"numpy >= 1.25.2",
]

[project.urls]
Expand All @@ -62,7 +62,7 @@ dask = [
spark = [
"pyspark >= 3.2.2",
"pandas >= 2.0.0",
"numpy >= 1.26.0",
"numpy >= 1.25.2",
"pyarrow >= 14.0.1",
]
updater = [
Expand Down
3 changes: 1 addition & 2 deletions woodwork/tests/utils/test_read_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def test_read_file_validation_control(
(
"sample.parquet",
("to_parquet", {}),
{"content_type": "parquet", "index": "id", "use_nullable_dtypes": True},
{"content_type": "parquet", "index": "id"},
False,
),
(
Expand All @@ -130,7 +130,6 @@ def test_read_file_validation_control(
{
"content_type": "application/parquet",
"index": "id",
"use_nullable_dtypes": True,
},
False,
),
Expand Down

0 comments on commit b76e38f

Please sign in to comment.