File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,33 +27,27 @@ classifiers = [
2727
2828requires-python = " >=3.11, <3.13"
2929dependencies = [
30- " faiss-cpu" ,
31- " torch" ,
32- " torchvision" ,
33- " torch_geometric" ,
34- " numpy<2.0" ,
35- " loguru" ,
36- " transformers<4.42.0" ,
37- " datasets==3.6.0" ,
38- " fire" ,
39- " rdkit" ,
40- " pyarrow" ,
41- " pandas" ,
42- " polars" ,
43- " info-nce-pytorch" ,
30+ " faiss-cpu==1.13.2" ,
31+ " torch==2.10.0" ,
32+ " torch-geometric==2.7.0" ,
33+ " numpy==2.3.5" ,
34+ " scipy==1.16.3" ,
35+ " loguru==0.7.3" ,
36+ " transformers==4.41.2" ,
37+ " datasets==4.8.4" ,
38+ " rdkit==2025.9.6" ,
39+ " pyarrow==23.0.1" ,
40+ " pandas==2.3.3" ,
41+ " info-nce-pytorch==0.1.4" ,
4442 " hydra-core==1.3.2" ,
45- " fsspec" ,
46- " lightning>=2.0.0" ,
47- " torchmetrics>=0.11.4" ,
48- " rootutils" ,
49- " pre-commit" ,
50- " class_resolver" ,
51- " rich" ,
52- " wandb" ,
53- " hydra-colorlog==1.2.0" ,
54- " hydra-optuna-sweeper==1.2.0" ,
55- " omegaconf" ,
56- " pyqt6>=6.9.1" ,
43+ " lightning==2.6.0" ,
44+ " pytorch-lightning==2.6.1" ,
45+ " torchmetrics==1.9.0" ,
46+ " rootutils==1.0.7" ,
47+ " class-resolver==0.7.1" ,
48+ " omegaconf==2.3.0" ,
49+ " python-dotenv==1.2.2" ,
50+ " wandb==0.25.1" ,
5751]
5852
5953[project .optional-dependencies ]
@@ -173,6 +167,11 @@ explicit_package_bases = true
173167no_implicit_optional = false
174168disable_error_code = " annotation-unchecked"
175169
170+ [tool .uv .workspace ]
171+ members = [
172+ " resources_ee/molscribe_embedding" ,
173+ ]
174+
176175[dependency-groups ]
177176dev = [
178177 " pyside6>=6.9.1" ,
You can’t perform that action at this time.
0 commit comments