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.
2 parents 615c69f + 872b35c commit f6d160fCopy full SHA for f6d160f
pyproject.toml
@@ -5,7 +5,7 @@ requires = [
5
build-backend = "hatchling.build"
6
[project]
7
name = "itp_interface"
8
-version = "1.1.13"
+version = "1.1.14"
9
authors = [
10
{ name="Amitayush Thakur", email="[email protected]" },
11
]
@@ -28,7 +28,7 @@ dependencies = [
28
"ray>=2.50.0; python_version<'3.14'",
29
"pydantic>=2.10.6",
30
"faiss-cpu>=1.6.1",
31
- "filelock==3.12.4",
+ "filelock>=3.12.4",
32
"regex==2023.10.3",
33
"tqdm>=4.27",
34
"wget==3.2",
0 commit comments