We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f7516 commit 2271434Copy full SHA for 2271434
pyproject.toml
@@ -41,7 +41,6 @@ dependencies = [
41
"featuretools >= 1.5.0",
42
"nltk >= 3.4.5",
43
"scikit-learn >= 0.20.0",
44
- "woodwork >= 0.8.1",
45
]
46
47
[project.urls]
release_notes.rst
@@ -10,6 +10,7 @@ Future Release
10
* Changes
11
* Fix ruff argument in pyproject.toml (:pr:`239`)
12
* Remove `constants.py` (:pr:`243`)
13
+ * Remove Woodwork as a core requirement (:pr:`258`)
14
* Documentation Changes
15
* Testing Changes
16
* Add pull request check for linked issues to CI workflow (:pr:`245`)
0 commit comments