Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RAPTOR-10989] bump packages: pandas, docker #1056

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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
4 changes: 2 additions & 2 deletions custom_model_runner/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ argcomplete==1.11.1
datarobot>=3.1.0,<4
# trafaret version pinning is defined by `datarobot`
trafaret>=2.0.0,<2.2.0
docker>=4.2.2,<5.0.0
docker>=4.2.2,<7.1.0
# flask can no be bumped to 2.3.X because JSONEncoder is removed. It is used by mlpiper.
flask<=2.2.5
werkzeug==3.0.3
jinja2>=3.0.0
memory_profiler<1.0.0
mlpiper~=2.6.0
numpy<2.0.0
pandas>=1.5.0,<=2.0.3
pandas>=1.5.0,<=2.2.2
progress
requests
scipy>=1.1,<2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ langchain==0.0.335
sentence-transformers==2.2.2
faiss-cpu==1.7.4
numpy==1.23.5
pandas<=2.0.3
pandas<=2.2.2
scikit-learn==1.0.2
scipy>=1.1,<1.11
rouge-score==0.1.2
Expand Down
3 changes: 2 additions & 1 deletion public_dropin_environments/java_codegen/dr_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pandas<=2.0.3
pandas<=2.2.2
numpy<2.0.0
pyarrow>=0.14.1,<=14.0.1
datarobot-drum==1.10.21
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ onnx==1.16.0
sentence-transformers==3.0.0
faiss-cpu==1.8.0
numpy==1.25.1
pandas<=2.0.3
pandas<=2.2.2
scikit-learn==1.1.3
scipy>=1.1,<1.11
tiktoken==0.7.0
Expand Down
2 changes: 1 addition & 1 deletion public_dropin_environments/python3_keras/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tensorflow==2.11.1
numpy==1.23.5
pandas<=2.0.3
pandas<=2.2.2
scikit-learn==1.0.2
scipy>=1.1,<1.11
Pillow<=10.3.0
Expand Down
2 changes: 1 addition & 1 deletion public_dropin_environments/python3_pmml/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pypmml==0.9.16
numpy==1.23.5
pandas<=2.0.3
pandas<=2.2.2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
torch==2.0.1
numpy==1.23.5
pandas<=2.0.3
pandas<=2.2.2
scikit-learn==1.0.2
scipy>=1.1,<1.11
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
scikit-learn==1.0.2
scipy>=1.1,<1.11
numpy==1.23.5
pandas<=2.0.3
pandas<=2.2.2
uwsgi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
scikit-learn==1.0.2
scipy>=1.1,<1.11
numpy==1.23.5
pandas<=2.0.3
pandas<=2.2.2
xgboost==1.6.1
2 changes: 1 addition & 1 deletion public_dropin_environments/r_lang/dr_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy>=1.20.3
pandas<=2.0.3
pandas<=2.2.2
rpy2==3.5.8
pyarrow>=0.14.1,<=14.0.1
datarobot-drum[R]==1.10.21
1 change: 1 addition & 0 deletions requirements_test_unit.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pytest
responses
scikit-learn==1.0.2
numpy<2.0.0