Skip to content

Commit

Permalink
[YOLO] pin numpy in java env
Browse files Browse the repository at this point in the history
  • Loading branch information
yakov-g committed Jun 18, 2024
1 parent fc3b596 commit 8b069f2
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion custom_model_runner/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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

0 comments on commit 8b069f2

Please sign in to comment.