File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
## Changelog
2
2
3
+ ### v0.27.1
4
+ #### Changed
5
+ - fix build with `` scikit-build-core `` `` v0.11 ``
6
+
3
7
### v0.27.0
4
8
#### Fixed
5
9
- avoid instantiation of basic_string for unsupported types
Original file line number Diff line number Diff line change 18
18
19
19
__author__ : str = "Max Bachmann"
20
20
__license__ : str = "GPL"
21
- __version__ : str = "0.27.0 "
21
+ __version__ : str = "0.27.1 "
22
22
23
23
import rapidfuzz .distance .Hamming as _Hamming
24
24
import rapidfuzz .distance .Indel as _Indel
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ index 0a8c033..cf967b9 100644
5
5
@@ -1,7 +1,6 @@
6
6
[build-system]
7
7
requires = [
8
- - "scikit-build-core>=0.10.7 ",
8
+ - "scikit-build-core>=0.11 ",
9
9
- "Cython>=3.0.11,<3.1.0"
10
- + "scikit-build-core>=0.10.7 "
10
+ + "scikit-build-core>=0.11 "
11
11
]
12
12
build-backend = "scikit_build_core.build"
13
13
You can’t perform that action at this time.
0 commit comments