Skip to content

Commit b0a6d95

Browse files
committed
Bump version
1 parent 374c3a7 commit b0a6d95

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "simms"
3-
version = "0.0.1"
3+
version = "0.0.3a0"
44
description = "Faster Similarity for Mass Spec on GPU"
55
authors = [
66
{name="Tornike Onoprishvili", email="tornikeonoprishvili@gmail.com"}
@@ -10,10 +10,10 @@ license = "MIT"
1010
requires-python = ">=3.8,<3.13"
1111
dependencies = [
1212
"matchms>=0.24",
13-
"torch~=2",
14-
"tqdm~=4.66.4",
15-
"joblib~=1.4.2",
16-
"requests~=2.32.2",
13+
"torch>=2.0.0",
14+
"tqdm>=4.66.4",
15+
"joblib>=1.4.0",
16+
"requests>=2.31.0",
1717
]
1818
classifiers = [
1919
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)