We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc63253 commit 4895c05Copy full SHA for 4895c05
.readthedocs.yml
@@ -7,7 +7,7 @@ build:
7
# to set AIOHTTP_NO_EXTENSIONS to 1 but it has to be done in
8
# https://readthedocs.org/dashboard/elasticsearch-py/environmentvariables/
9
# because of https://github.com/readthedocs/readthedocs.org/issues/6311
10
- python: "3.13"
+ python: "3.12"
11
12
python:
13
install:
pyproject.toml
@@ -70,7 +70,7 @@ dev = [
70
"nox",
71
"orjson",
72
"numpy",
73
- "simsimd",
+ "simsimd ; python_version<'3.13'",
74
"pyarrow",
75
"pandas",
76
"mapbox-vector-tile",
0 commit comments