Skip to content

Commit 2ec6db6

Browse files
authored
Update setup.py
1 parent df52454 commit 2ec6db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
"aiohttp",
167167
"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.
168168
"faiss-cpu>=1.8.0.post1", # Pins numpy < 2
169-
"h5py", # FIXME: probably needs a lower bound
169+
"h5py",
170170
"jax>=0.3.14; sys_platform != 'win32'",
171171
"jaxlib>=0.3.14; sys_platform != 'win32'",
172172
"lz4",

0 commit comments

Comments
 (0)