Tingxie commited on
Commit
67336ed
·
1 Parent(s): c243bd5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -29
requirements.txt CHANGED
@@ -1,29 +1 @@
1
- # Core scientific and machine learning libraries
2
- numpy==1.21.5
3
- pandas==1.4.3
4
- scikit-learn ==0.24.2 # for cosine_similarity
5
-
6
- # Visualization libraries
7
- matplotlib==3.3.2
8
- rdkit-pypi # For RDKit, check compatibility with your environment
9
-
10
- # PyTorch for deep learning models
11
- torch==1.12.1
12
-
13
- # Matchms for mass spectrometry processing
14
- matchms==0.16.0
15
-
16
- # YAML for configuration parsing
17
- pyyaml==6.0
18
-
19
- # Gradio for building web-based UI
20
- gradio==4.15.0
21
-
22
- # SQLite for database handling (optional, usually built-in)
23
- # sqlite3
24
-
25
- # Other dependencies
26
- pickle5 # if you need an enhanced pickle version
27
-
28
- # Typing and compatibility
29
- typing-extensions==4.11.0
 
1
+ torch==1.12.1