We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9bf3f6 commit f45f5a4Copy full SHA for f45f5a4
HISTORY.rst
@@ -3,7 +3,7 @@
3
History
4
-------
5
6
-9.8.0 (2024-09-09)
+9.8.0 (2024-10-02)
7
------------------
8
9
- Fixing the get_leaves function for local decision trees.
pyproject.toml
@@ -0,0 +1,8 @@
1
+[build-system]
2
+requires=[
+ "setuptools"
+]
+
+[tool.black]
+line-length = 80
+target-version = ['py312']
setup.py
@@ -30,7 +30,7 @@
30
open(version_py_path).read()).group(1)
31
32
TOPIC_MODELING_DEPENDENCIES = ["cython", "pystemmer==2.2.0.1"]
33
-IMAGES_DEPENDENCIES = ["bigml-sensenet==0.7.2"]
+IMAGES_DEPENDENCIES = ["bigml-sensenet==0.7.4"]
34
35
# Concatenate files into the long description
36
file_contents = []
0 commit comments