Skip to content

Commit b055335

Browse files
committed
Release 2.45.0
1 parent fbf67ea commit b055335

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.45.0
2+
3+
* Update Python version support to 3.10-3.12
4+
* Fix PyTorch 2.8 compatibility issues with upstream all-clip 1.3.0
5+
* Update dependencies to latest versions
6+
* Update GitHub Actions to latest versions
7+
18
## 2.44.0
29

310
* Support get_tokenizer in clip back inf

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def _read_reqs(relpath):
2929
packages=find_packages(),
3030
package_data={"": extra_files},
3131
include_package_data=True,
32-
version="2.44.0",
32+
version="2.45.0",
3333
license="MIT",
3434
description="Easily computing clip embeddings and building a clip retrieval system with them",
3535
long_description=long_description,

0 commit comments

Comments
 (0)