Skip to content

Commit 9fd19a9

Browse files
committed
remove chebi imports and libraries
1 parent beaf74e commit 9fd19a9

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

chebai/preprocessing/reader.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
from typing import Any, Dict, List, Optional, Tuple
44
from urllib.error import HTTPError
55

6-
import deepsmiles
7-
import selfies as sf
86
import torch
97
from esm import Alphabet
108
from esm.model.esm2 import ESM2
@@ -13,8 +11,6 @@
1311
load_model_and_alphabet_core,
1412
load_model_and_alphabet_local,
1513
)
16-
from pysmiles.read_smiles import _tokenize
17-
from transformers import RobertaTokenizerFast
1814

1915
from chebai.preprocessing.collate import DefaultCollator, RaggedCollator
2016

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,13 @@
3434
"urllib3",
3535
"transformers",
3636
"fastobo",
37-
"pysmiles==1.1.2",
3837
"scikit-network",
3938
"svgutils",
4039
"matplotlib",
41-
"rdkit",
42-
"selfies",
4340
"lightning>=2.5",
4441
"jsonargparse[signatures]>=4.17",
4542
"omegaconf",
4643
"seaborn",
47-
"deepsmiles",
4844
"iterative-stratification",
4945
"wandb",
5046
"chardet",

0 commit comments

Comments
 (0)