diff --git a/server/predictors/chemprop/requirements.txt b/server/predictors/chemprop/requirements.txt index 30e479e..d2143ef 100644 --- a/server/predictors/chemprop/requirements.txt +++ b/server/predictors/chemprop/requirements.txt @@ -10,6 +10,6 @@ scikit-learn>=0.22.2.post1 scipy==1.4.1 tensorboardX>=2.0 tensorflow>=1.13.1 -torch>=1.5.1 +torch>=2.2.0 tqdm>=4.45.0 typed-argument-parser>=1.5.2