Skip to content

Commit

Permalink
Update dependencies (#34)
Browse files Browse the repository at this point in the history
* drop gpboost

* bump version
  • Loading branch information
bcebere authored Jan 20, 2023
1 parent 070194e commit 0bb67e6
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 419 deletions.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ install_requires =
pydantic
jupyter
notebook
gpboost
importlib-metadata; python_version<"3.8"


Expand Down
121 changes: 0 additions & 121 deletions src/hyperimpute/plugins/prediction/classifiers/plugin_gpboost.py

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion src/hyperimpute/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.13"
__version__ = "0.1.14"

MAJOR_VERSION = ".".join(__version__.split(".")[:-1])
MINOR_VERSION = __version__.split(".")[-1]
97 changes: 0 additions & 97 deletions tests/prediction/classifiers/test_gpboost.py

This file was deleted.

Loading

0 comments on commit 0bb67e6

Please sign in to comment.