ipd commited on
Commit
dd46034
·
verified ·
1 Parent(s): 351c5c3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +24 -25
requirements.txt CHANGED
@@ -1,29 +1,28 @@
1
  pip-tools
2
- huggingface_hub>=0.25.2
3
- matplotlib==3.9.2
4
- numpy>=1.26.1, <2.0.0
5
- scipy>=1.12.0
6
- torch>=2.1.0
7
- torchinfo>=1.8.0
8
- torch-geometric>=2.3.1
9
- pandas>=1.5.3
10
- pyarrow>=14.0.1
11
- scikit-learn>=1.5.0
12
- xgboost==1.6.2
13
- rdkit>=2024.3.5
14
- networkx>=2.8
15
- datasets>=2.13.1
16
- evaluate>=0.4.0
17
- selfies>=2.1.0
18
- #gradio==3.41.0
19
- gradio==5.23.1
20
- transformers==4.38.1
21
- requests>=2.32.2
22
- urllib3>=2.2.2
23
- aiohttp>=3.10.2
24
- zipp>=3.19.1
25
  umap-learn
26
  torch-optimizer
27
- tqdm>=4.66.4
28
- pandas==2.2.3
29
  mordred
 
1
  pip-tools
2
+ huggingface_hub
3
+ matplotlib
4
+ numpy
5
+ scipy
6
+ torch
7
+ torchinfo
8
+ torch-geometric
9
+ pandas
10
+ pyarrow
11
+ scikit-learn
12
+ xgboost
13
+ rdkit
14
+ networkx
15
+ datasets
16
+ evaluate
17
+ selfies
18
+ gradio
19
+ transformers
20
+ requests
21
+ urllib3
22
+ aiohttp
23
+ zipp
 
24
  umap-learn
25
  torch-optimizer
26
+ tqdm
27
+ pandas
28
  mordred