Skip to content

Commit

Permalink
fix: update elasticsearch version (#7300)
Browse files Browse the repository at this point in the history
* docs: update elasticsearch version

* fix: added <8.0.0 to prevent asking for hosts/cloud_id
  • Loading branch information
ruidazeng authored Dec 3, 2024
1 parent c8252f2 commit 38d648e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"pytest-datadir",
"pytest-xdist",
# optional dependencies
"elasticsearch<8.0.0", # 8.0 asks users to provide hosts or cloud_id when instantiating ElasticSearch()
"elasticsearch>=7.17.12,<8.0.0", # 8.0 asks users to provide hosts or cloud_id when instantiating ElasticSearch(); 7.9.1 has legacy numpy.float_ which was fixed in https://github.com/elastic/elasticsearch-py/pull/2551.
"faiss-cpu>=1.8.0.post1", # Pins numpy < 2
"jax>=0.3.14; sys_platform != 'win32'",
"jaxlib>=0.3.14; sys_platform != 'win32'",
Expand Down

0 comments on commit 38d648e

Please sign in to comment.