Skip to content

Commit

Permalink
Update changelog, Python version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
TudorMN committed Dec 20, 2022
1 parent fcd0e96 commit 70dadc3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Bicleaner 0.16.0:
* Update requirements for scikit-learn, scipy
* Fix training code for new scikit-learn version
* New Python version constraint
* New Bicleaner models trained with updated requirements

Bicleaner 0.15.2:
* Fix tests

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
name="bicleaner",
version="0.16",
install_requires=requirements,
python_requires='>=3.7',
python_requires='>=3.8',
license="GNU General Public License v3.0",
author="Prompsit Language Engineering",
author_email="[email protected]",
Expand All @@ -26,7 +26,7 @@
classifiers=[
"Environment :: Console",
"Intended Audience :: Science/Research",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: POSIX :: Linux",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
Expand Down

0 comments on commit 70dadc3

Please sign in to comment.