Skip to content

Commit

Permalink
Update versions of some requirements (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
wistuba authored and lballes committed May 24, 2023
1 parent 4b28c0c commit 3a3acac
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Sphinx==6.1.3
sphinx-copybutton==0.5.1
sphinx-hoverxref==1.3.0
sphinxext-opengraph==0.8.1
pydata-sphinx-theme==0.13.1
pydata-sphinx-theme==0.13.3
sphinx-autodoc-typehints==1.22.0
sphinx-paramlinks==0.5.4

Expand Down
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
numpy>=1.17.2, <1.24.2
numpy>=1.17.2, <1.24.4
torch>=1.10.0, <1.13.2
pandas>=1.4.0, <1.5.3
boto3>=1.26.0, <1.26.116
requests>=2.28.0, <2.28.2
sagemaker>=2.112.0, <2.133.1
syne-tune[aws,gpsearchers]==0.4.1
pytorch-lightning~=1.8.6
pandas>=1.4.0, <2.0.2
boto3>=1.26.0, <1.26.139
requests>=2.31.0, <2.31.1
sagemaker>=2.112.0, <2.158.1
syne-tune[aws,gpsearchers]==0.6.0
pytorch-lightning>=1.8.0, <1.9.5
Pillow>=9.0, <9.5.1
tabulate>=0.9.0, <0.9.1
torchmetrics~=0.10.3
torchvision>=0.13.0, <0.15.2
datasets~=2.9.0
transformers>4.23.0, <4.26.2
datasets>=2.9.0, < 2.12.1
transformers>4.23.0, <4.29.3
scipy>=1.9.0, <1.10.2
2 changes: 1 addition & 1 deletion src/renate/training/training.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
RUSHScheduler,
TransferLearningTaskEvaluations,
)
from syne_tune.results_callback import StoreResultsCallback
from syne_tune.stopping_criterion import StoppingCriterion
from syne_tune.tuner import Tuner
from syne_tune.tuner_callback import StoreResultsCallback
from syne_tune.util import experiment_path

import renate
Expand Down

0 comments on commit 3a3acac

Please sign in to comment.