Skip to content

Commit

Permalink
req sklearn==1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolinmorgan committed Jan 19, 2024
1 parent 02985ab commit 411f9db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cu_cat/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.09.04
0.09.08
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# include_package_data = True
# packages = find:
# install_requires =
# scikit-learn>=1.2.1
# scikit-learn==1.3.2
# numpy>=1.23.5
# scipy>=1.9.3
# pandas>=1.5.3
Expand Down Expand Up @@ -72,7 +72,7 @@
# pyarrow
# loguru
# min-py310 =
# scikit-learn==1.2.1
# scikit-learn==1.3.2
# numpy==1.23.5
# scipy==1.9.3
# pandas==1.5.3
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def unique_flatten_dict(d):
'logging',
'typing',
'pyarrow>=0.15.0',
'scikit-learn',
'scikit-learn==1.3.2',
'flake8>=5.0',
'mypy',
'pytest',
Expand All @@ -28,8 +28,8 @@ def unique_flatten_dict(d):
# if __name__ == "__main__":
setup(
name='cu-cat',
version='0.09.04', # versioneer.get_version(),
# cmdclass='0.9.04', # versioneer.get_cmdclass(),
version='0.09.08', # versioneer.get_version(),
# cmdclass='0.9.08', # versioneer.get_cmdclass(),
packages = find_packages(),
platforms='any',
description = 'An end-to-end gpu Python library that encodes categorical variables into machine-learnable numerics',
Expand Down

0 comments on commit 411f9db

Please sign in to comment.