Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ src/sagemaker_sklearn_container.egg-info/
__pycache__
.coverage*
.mypy_cache/
env/
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
boto3==1.28.57
botocore>=1.31.57,<1.32.0
cryptography==40.0.1
cryptography==42.0.2
Flask==1.1.1
itsdangerous==2.0.1
gunicorn==20.0.4
model-archiver==1.0.3
multi-model-server==1.1.1
pandas==1.1.3
pandas==2.2.0
protobuf==3.20.2
psutil==5.7.2
python-dateutil==2.8.1
python-dateutil==2.8.2
retrying==1.3.3
sagemaker-containers==2.8.6.post2
sagemaker-inference==1.2.0
Expand All @@ -19,7 +19,7 @@ scipy==1.8.0
six==1.15.0
jinja2==3.0.3
MarkupSafe==2.1.1
Werkzeug==0.15.6
Werkzeug==3.0.1
setuptools==65.5.1
wheel==0.38.1
numpy==1.24.1
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mock
pytest
pytest-cov
pytest-xdist
python-dateutil==2.8.1
python-dateutil==2.8.2
PyYAML
requests>=2.23.0
sagemaker>=1.3.0,<2
Expand Down