Skip to content

Commit 2271434

Browse files
authored
Remove Woodwork core requirement (#258)
* Update pyproject.toml * Update release_notes.rst
1 parent 44f7516 commit 2271434

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ dependencies = [
4141
"featuretools >= 1.5.0",
4242
"nltk >= 3.4.5",
4343
"scikit-learn >= 0.20.0",
44-
"woodwork >= 0.8.1",
4544
]
4645

4746
[project.urls]

release_notes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Future Release
1010
* Changes
1111
* Fix ruff argument in pyproject.toml (:pr:`239`)
1212
* Remove `constants.py` (:pr:`243`)
13+
* Remove Woodwork as a core requirement (:pr:`258`)
1314
* Documentation Changes
1415
* Testing Changes
1516
* Add pull request check for linked issues to CI workflow (:pr:`245`)

0 commit comments

Comments
 (0)