Skip to content

Commit 3bdf32b

Browse files
authored
Merge branch 'main' into sramakr1/apptainer_ci_python
2 parents 93e2f05 + 49f7e86 commit 3bdf32b

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

CONTRIBUTING.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing
22

3-
Thank you for considering contributing to Intel® AI Containers! We welcome your help to make this project better.
3+
Thank you for considering contributing to Intel® AI Containers! We welcome your help to make this project better. Contributing to an open source project can be a daunting task, but the Intel AI Containers team is here to help you through the process. If at any point in this process you feel out of your depth or confused by our processes, please don't hesitate to reach out to a maintainer or file an [issue](https://github.com/intel/ai-containers/issues).
44

55
## Getting Started
66

@@ -42,12 +42,6 @@ In order to complete the review process, the following steps are required:
4242

4343
Depending on the size and complexity of the change, additional reviews may be required and it may be subject to additional requirements, for example, if you are submitting a contribution to [Test Runner](https://github.com/intel/ai-containers/tree/main/test-runner) you may be required to write unit tests that satisfy our coverage requirements.
4444

45-
### Merge Queue
46-
47-
Once your pull request has been approved, it will be added to the merge queue. The merge queue is a list of pull requests that are ready to be merged. The merge queue runs additional CI over your code to make sure no regressions were introduced into other areas of the codebase.
48-
49-
If your pull request passes the merge queue, it will be merged into the main branch. Otherwise, it will be removed from the merge queue, and you will need to address the issues that caused the failure.
50-
5145
## Contribution Guidelines
5246

5347
To ensure a smooth and effective contribution process, please follow these guidelines:

classical-ml/jupyter-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
jupyterlab==4.2.2
1+
jupyterlab==4.2.3
22
jupyterhub==5.0.0
33
notebook==7.2.1
44
jupyter-server-proxy>=4.1.2

classical-ml/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
daal4py==2024.4.0
1+
daal4py==2024.5.0
22
matplotlib==3.9.0
33
numpy==1.26.4
4-
scikit-learn-intelex==2024.4.0
4+
scikit-learn-intelex==2024.5.0
55
threadpoolctl==3.5.0
6-
xgboost==2.0.3
6+
xgboost==2.1.0
77
pandas==2.2.2
88
nbconvert==7.16.4

0 commit comments

Comments
 (0)