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 fb75479 commit 3b1506dCopy full SHA for 3b1506d
HISTORY.md
@@ -1,3 +1,7 @@
1
+## 2.42.0
2
+
3
+* Update deps
4
5
## 2.41.0
6
7
* Update scipy requirement from <1.9.2 to <1.11.5
setup.py
@@ -29,7 +29,7 @@ def _read_reqs(relpath):
29
packages=find_packages(),
30
package_data={"": extra_files},
31
include_package_data=True,
32
- version="2.41.0",
+ version="2.42.0",
33
license="MIT",
34
description="Easily computing clip embeddings and building a clip retrieval system with them",
35
long_description=long_description,
0 commit comments