File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
- 0.1.1
1
+ 0.1.2
Original file line number Diff line number Diff line change @@ -29,8 +29,7 @@ def read_version():
29
29
30
30
# Declare minimal set for installation
31
31
required_packages = [
32
- "boto3>=1.10" ,
33
- "python-dateutil>=2.1"
32
+ "boto3>=1.10.32"
34
33
]
35
34
36
35
setup (
Original file line number Diff line number Diff line change @@ -296,8 +296,8 @@ def docker_image(boto_model_file):
296
296
[sdist_path ] = glob .glob ('dist/smexperiments*' )
297
297
shutil .copy (sdist_path , 'tests/integ-jobs/docker/smexperiments-0.1.0.tar.gz' )
298
298
299
- os .makedirs ('tests/integ-jobs/boto' , exist_ok = True )
300
- shutil .copy (boto_model_file , 'tests/integ-jobs/boto/sagemaker-experiments-2017-07-24.normal.json' )
299
+ os .makedirs ('tests/integ-jobs/docker/ boto' , exist_ok = True )
300
+ shutil .copy (boto_model_file , 'tests/integ-jobs/docker/ boto/sagemaker-experiments-2017-07-24.normal.json' )
301
301
302
302
repository_name = "smexperiments-test"
303
303
try :
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ commands =
57
57
{env:IGNORE_COVERAGE:} coverage report --fail-under =80
58
58
extras = test
59
59
deps =
60
- boto3
60
+ boto3 >= 1.10.32
61
61
python-dateutil
62
62
pytest
63
63
pytest-cov
You can’t perform that action at this time.
0 commit comments