Skip to content

Commit

Permalink
Remove aws dir from distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
tidylobster committed Apr 23, 2020
1 parent c195213 commit 1bd3d87
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions jenkinsfile.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def buildAndPublishReleaseFunction = {
# publish lambda distribution artifacts
./cf-build-upload.sh
cd ../../../
rm -rf dist/
# build hydro-integrations sdk
pip install -r requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
packages=setuptools.find_packages(),

install_requires=[
"boto3==1.12.30",
"sagemaker==1.52.1",
"boto3>=1.12.30",
"sagemaker>=1.52.1",
],

package_data={
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.0.dev0
2.3.0.dev1

0 comments on commit 1bd3d87

Please sign in to comment.