ribesstefano commited on
Commit
74be897
1 Parent(s): ea572f9

added rdkit to setup

Browse files
Files changed (1) hide show
  1. setup.py +1 -1
setup.py CHANGED
@@ -9,7 +9,7 @@ setuptools.setup(
9
  description="A package to predict PROTAC-induced protein degradation.",
10
  long_description=open("README.md").read(),
11
  packages=setuptools.find_packages(),
12
- install_requires=["torch", "pytorch_lightning", "sklearn", "imblearn", "pandas", "joblib", "h5py", "optuna", "torchmetrics"],
13
  classifiers=[
14
  "Programming Language :: Python :: 3",
15
  "Programming Language :: Python :: 3.6",
 
9
  description="A package to predict PROTAC-induced protein degradation.",
10
  long_description=open("README.md").read(),
11
  packages=setuptools.find_packages(),
12
+ install_requires=["torch", "pytorch_lightning", "scikit-learn", "imblearn", "rdkit-pypi", "pandas", "joblib", "h5py", "optuna", "torchmetrics"],
13
  classifiers=[
14
  "Programming Language :: Python :: 3",
15
  "Programming Language :: Python :: 3.6",