Skip to content

Commit 4895c05

Browse files
committed
Fix Read the Docs, do not install simsimd
1 parent cc63253 commit 4895c05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build:
77
# to set AIOHTTP_NO_EXTENSIONS to 1 but it has to be done in
88
# https://readthedocs.org/dashboard/elasticsearch-py/environmentvariables/
99
# because of https://github.com/readthedocs/readthedocs.org/issues/6311
10-
python: "3.13"
10+
python: "3.12"
1111

1212
python:
1313
install:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dev = [
7070
"nox",
7171
"orjson",
7272
"numpy",
73-
"simsimd",
73+
"simsimd ; python_version<'3.13'",
7474
"pyarrow",
7575
"pandas",
7676
"mapbox-vector-tile",

0 commit comments

Comments
 (0)