Skip to content

Commit

Permalink
Merge branch 'master' into config_2_dict
Browse files Browse the repository at this point in the history
  • Loading branch information
ncilfone committed Oct 26, 2021
2 parents de44deb + dd57b7a commit 3640cfe
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion REQUIREMENTS.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
attrs==21.2.0
GitPython==3.1.18
pytomlpp==1.0.3
pyYAML==5.4.1
pyYAML==6.0
10 changes: 5 additions & 5 deletions requirements/DEV_REQUIREMENTS.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
black==21.7b0
black==21.9b0
coveralls==3.2.0
coverage==5.5
isort==5.9.3
moto==2.2.4
moto==2.2.10
portray==1.7.0
pytest==6.2.4
pytest-cov==2.12.1
pylint==2.10.2
pytest==6.2.5
pytest-cov==3.0.0
pylint==2.11.1
4 changes: 2 additions & 2 deletions requirements/S3_REQUIREMENTS.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
boto3==1.18.27
botocore==1.21.27
boto3==1.19.2
botocore==1.22.2
hurry.filesize==0.9
s3transfer==0.5.0
8 changes: 4 additions & 4 deletions requirements/TUNE_REQUIREMENTS.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mypy_extensions==0.4.3; python_version < '3.8'
optuna==2.9.1
torchvision==0.10.0
torch==1.9.0
ax-platform==0.2.1; python_version >= '3.7'
optuna==2.10.0
torchvision==0.11.1
torch==1.10.0
ax-platform==0.2.2; python_version >= '3.7'

0 comments on commit 3640cfe

Please sign in to comment.