Skip to content

Commit f45f5a4

Browse files
committed
Adding pyproject.toml for compatibility with python 3.12
1 parent c9bf3f6 commit f45f5a4

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

HISTORY.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
History
44
-------
55

6-
9.8.0 (2024-09-09)
6+
9.8.0 (2024-10-02)
77
------------------
88

99
- Fixing the get_leaves function for local decision trees.

pyproject.toml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[build-system]
2+
requires=[
3+
"setuptools"
4+
]
5+
6+
[tool.black]
7+
line-length = 80
8+
target-version = ['py312']

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
open(version_py_path).read()).group(1)
3131

3232
TOPIC_MODELING_DEPENDENCIES = ["cython", "pystemmer==2.2.0.1"]
33-
IMAGES_DEPENDENCIES = ["bigml-sensenet==0.7.2"]
33+
IMAGES_DEPENDENCIES = ["bigml-sensenet==0.7.4"]
3434

3535
# Concatenate files into the long description
3636
file_contents = []

0 commit comments

Comments
 (0)