Skip to content

Commit

Permalink
Bump min version of python-dateutil for pandas 2.0 compatibility (#1825)
Browse files Browse the repository at this point in the history
* bump min version of python-dateutil

* update release notes
  • Loading branch information
thehomebrewnerd authored Feb 23, 2024
1 parent 667a34b commit a59e90e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Future Release
* Enhancements
* Fixes
* Changes
* Remove numpy upper bound restriction in ``pyproject.toml`` :pr:`1819`
* Remove numpy upper bound restriction in ``pyproject.toml`` :pr:`1819`
* Bump min version of python-dateutil for pandas 2.0 compatibility :pr:`1825`
* Documentation Changes
* Testing Changes
* Update ``release.yaml`` to use trusted publisher for PyPI releases :pr:`1819`
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ requires-python = ">=3.9,<4"
dependencies = [
"pandas >= 1.4.3",
"scikit-learn >= 1.1.0",
"python-dateutil >= 2.8.1",
"python-dateutil >= 2.8.2",
"scipy >= 1.10.0",
"importlib-resources >= 5.10.0",
"numpy >= 1.25.0",
Expand Down

0 comments on commit a59e90e

Please sign in to comment.