Skip to content

Commit

Permalink
plz just make it stop
Browse files Browse the repository at this point in the history
  • Loading branch information
ncilfone committed Aug 30, 2023
1 parent edc75e0 commit 76358b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 4 additions & 2 deletions requirements/S3_REQUIREMENTS.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
boto3~=1.28 ; python_version >= '3.7'
boto3~=1.23 ; python_version == '3.6'
botocore~=1.31
botocore~=1.31 ; python_version >= '3.7'
botocore~=1.26 ; python_version == '3.6'
hurry.filesize~=0.9
s3transfer~=0.6
s3transfer~=0.6 ; python_version >= '3.7'
s3transfer~=0.5 ; python_version == '3.6'
5 changes: 4 additions & 1 deletion requirements/TUNE_REQUIREMENTS.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
mypy_extensions~=0.4; python_version < '3.8'
optuna~=3.3
torch~=2.0
torch~=2.0 ; python_version >= '3.8'
torch~=1.13 ; python_version <= '3.7'
ax-platform~=0.3.4; python_version >= '3.9'
ax-platform~=0.3.3; python_version == '3.8'
ax-platform~=0.2.4; python_version == '3.7'

0 comments on commit 76358b7

Please sign in to comment.