Skip to content

Commit

Permalink
Addressed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelFu512 committed May 16, 2024
1 parent 25ff906 commit 1e5d9df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Release Notes
* Reformatted files with updated black version :pr:`4395`
* Fixes
* Changes
* Drop support for Python 3.8 :pr:`4414`
* Dropped support for Python 3.8 :pr:`4414`
* Documentation Changes
* Testing Changes
* Run airflow tests in Python 3.9 :pr:`4391`
Expand All @@ -14,6 +14,7 @@ Release Notes
.. warning::

**Breaking Changes**
* Dropped support for Python 3.7 :pr:`3291`


**v0.83.0 Feb 2, 2024**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ lime==0.2.0.1
matplotlib==3.9.0
matplotlib-inline==0.1.7
networkx==3.2.1
nlp-primitives==2.11.0
numpy==1.26.4
packaging==24.0
pandas==2.0.3
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
"Operating System :: Unix",
Expand Down

0 comments on commit 1e5d9df

Please sign in to comment.