We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 374c3a7 commit b0a6d95Copy full SHA for b0a6d95
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "simms"
3
-version = "0.0.1"
+version = "0.0.3a0"
4
description = "Faster Similarity for Mass Spec on GPU"
5
authors = [
6
{name="Tornike Onoprishvili", email="tornikeonoprishvili@gmail.com"}
@@ -10,10 +10,10 @@ license = "MIT"
10
requires-python = ">=3.8,<3.13"
11
dependencies = [
12
"matchms>=0.24",
13
- "torch~=2",
14
- "tqdm~=4.66.4",
15
- "joblib~=1.4.2",
16
- "requests~=2.32.2",
+ "torch>=2.0.0",
+ "tqdm>=4.66.4",
+ "joblib>=1.4.0",
+ "requests>=2.31.0",
17
]
18
classifiers = [
19
"Development Status :: 4 - Beta",
0 commit comments