Skip to content

Commit 5e062df

Browse files
authored
Fix and update package dependencies (#49)
* build: update deps * chore: update CHANGELOG for 4.0.2
1 parent 941a53d commit 5e062df

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog],
66
and this project adheres to [Semantic Versioning].
77

8-
## [Unreleased]
8+
## [4.0.2] - 2024-10-17
99

1010
### Deprecated
1111

1212
- Deprecate the `interpretability` module
1313

14+
### Build
15+
16+
- Fix and update conflicts for package dependencies
17+
1418
## [4.0.1] - 2024-10-07
1519

1620
- Rename ColPali model alias to match model name (use `--model-name vidore/colpali` instead of `--model-name vidore/colpali-v1.2` with the `vidore-benchmark evaluate-retriever` CLI)

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,17 @@ classifiers = [
3030
]
3131

3232
dependencies = [
33-
"datasets>=2.15.0,<3.0.0",
33+
"datasets>=2.15.0",
3434
"colpali-engine>=0.3.2,<0.4.0",
3535
"einops>=0.8.0,<1.0.0",
3636
"GPUtil>=1.4.0,<2.0.0",
3737
"loguru>=0.7.0,<1.0.0",
3838
"mteb>=1.12.47,<2.0.0",
3939
"numpy>=1.21.2,<2.0.0",
4040
"pdf2image>=1.17.0,<2.0.0",
41-
"peft>=0.11.1,<0.13.0",
42-
"pillow>=9.2.0,<11.0.0",
4341
"python-dotenv>=1.0.1,<2.0.0",
4442
"sentencepiece>=0.2.0,<1.0.0",
4543
"sentence-transformers>=3.0.1,<4.0.0",
46-
"torch>=2.0.0,<3.0.0",
47-
"transformers>=4.41.1,<5.0.0",
4844
"typer>=0.12.3,<1.0.0",
4945
]
5046

0 commit comments

Comments
 (0)