Skip to content

Commit ea1ebfb

Browse files
committed
doc: 📝 Fix Python dependencies
1 parent 8dcc2fa commit ea1ebfb

File tree

7 files changed

+35
-42
lines changed

7 files changed

+35
-42
lines changed

pages/platform/ai/deploy_tuto_03_streamlit_sounds_classification/guide.en-asia.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -207,13 +207,12 @@ if __name__ == '__main__':
207207
The `requirements.txt` file will allow us to write all the modules needed to make our application work. This file will be useful when writing the `Dockerfile`.
208208

209209
```console
210-
streamlit
211-
tensorflow
210+
streamlit==1.20.*
211+
tensorflow==2.12.0
212212
numpy==1.22.4
213-
pandas
214-
scikit-learn
215-
keras
216-
librosa
213+
pandas==1.5.3
214+
scikit-learn==1.2.*
215+
librosa==0.10.*
217216
```
218217

219218
Here we will mainly discuss how to write the `app.py` code, the `requirements.txt` file and the `Dockerfile`. If you want to see the whole code, please refer to the [GitHub repository](https://github.com/ovh/ai-training-examples/tree/main/apps/streamlit/audio-classification-app).

pages/platform/ai/deploy_tuto_03_streamlit_sounds_classification/guide.en-au.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -207,13 +207,12 @@ if __name__ == '__main__':
207207
The `requirements.txt` file will allow us to write all the modules needed to make our application work. This file will be useful when writing the `Dockerfile`.
208208

209209
```console
210-
streamlit
211-
tensorflow
210+
streamlit==1.20.*
211+
tensorflow==2.12.0
212212
numpy==1.22.4
213-
pandas
214-
scikit-learn
215-
keras
216-
librosa
213+
pandas==1.5.3
214+
scikit-learn==1.2.*
215+
librosa==0.10.*
217216
```
218217

219218
Here we will mainly discuss how to write the `app.py` code, the `requirements.txt` file and the `Dockerfile`. If you want to see the whole code, please refer to the [GitHub repository](https://github.com/ovh/ai-training-examples/tree/main/apps/streamlit/audio-classification-app).

pages/platform/ai/deploy_tuto_03_streamlit_sounds_classification/guide.en-ca.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -207,13 +207,12 @@ if __name__ == '__main__':
207207
The `requirements.txt` file will allow us to write all the modules needed to make our application work. This file will be useful when writing the `Dockerfile`.
208208

209209
```console
210-
streamlit
211-
tensorflow
210+
streamlit==1.20.*
211+
tensorflow==2.12.0
212212
numpy==1.22.4
213-
pandas
214-
scikit-learn
215-
keras
216-
librosa
213+
pandas==1.5.3
214+
scikit-learn==1.2.*
215+
librosa==0.10.*
217216
```
218217

219218
Here we will mainly discuss how to write the `app.py` code, the `requirements.txt` file and the `Dockerfile`. If you want to see the whole code, please refer to the [GitHub repository](https://github.com/ovh/ai-training-examples/tree/main/apps/streamlit/audio-classification-app).

pages/platform/ai/deploy_tuto_03_streamlit_sounds_classification/guide.en-gb.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -207,13 +207,12 @@ if __name__ == '__main__':
207207
The `requirements.txt` file will allow us to write all the modules needed to make our application work. This file will be useful when writing the `Dockerfile`.
208208

209209
```console
210-
streamlit
211-
tensorflow
210+
streamlit==1.20.*
211+
tensorflow==2.12.0
212212
numpy==1.22.4
213-
pandas
214-
scikit-learn
215-
keras
216-
librosa
213+
pandas==1.5.3
214+
scikit-learn==1.2.*
215+
librosa==0.10.*
217216
```
218217

219218
Here we will mainly discuss how to write the `app.py` code, the `requirements.txt` file and the `Dockerfile`. If you want to see the whole code, please refer to the [GitHub repository](https://github.com/ovh/ai-training-examples/tree/main/apps/streamlit/audio-classification-app).

pages/platform/ai/deploy_tuto_03_streamlit_sounds_classification/guide.en-ie.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -207,13 +207,12 @@ if __name__ == '__main__':
207207
The `requirements.txt` file will allow us to write all the modules needed to make our application work. This file will be useful when writing the `Dockerfile`.
208208

209209
```console
210-
streamlit
211-
tensorflow
210+
streamlit==1.20.*
211+
tensorflow==2.12.0
212212
numpy==1.22.4
213-
pandas
214-
scikit-learn
215-
keras
216-
librosa
213+
pandas==1.5.3
214+
scikit-learn==1.2.*
215+
librosa==0.10.*
217216
```
218217

219218
Here we will mainly discuss how to write the `app.py` code, the `requirements.txt` file and the `Dockerfile`. If you want to see the whole code, please refer to the [GitHub repository](https://github.com/ovh/ai-training-examples/tree/main/apps/streamlit/audio-classification-app).

pages/platform/ai/deploy_tuto_03_streamlit_sounds_classification/guide.en-sg.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -207,13 +207,12 @@ if __name__ == '__main__':
207207
The `requirements.txt` file will allow us to write all the modules needed to make our application work. This file will be useful when writing the `Dockerfile`.
208208

209209
```console
210-
streamlit
211-
tensorflow
210+
streamlit==1.20.*
211+
tensorflow==2.12.0
212212
numpy==1.22.4
213-
pandas
214-
scikit-learn
215-
keras
216-
librosa
213+
pandas==1.5.3
214+
scikit-learn==1.2.*
215+
librosa==0.10.*
217216
```
218217

219218
Here we will mainly discuss how to write the `app.py` code, the `requirements.txt` file and the `Dockerfile`. If you want to see the whole code, please refer to the [GitHub repository](https://github.com/ovh/ai-training-examples/tree/main/apps/streamlit/audio-classification-app).

pages/platform/ai/deploy_tuto_03_streamlit_sounds_classification/guide.en-us.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -207,13 +207,12 @@ if __name__ == '__main__':
207207
The `requirements.txt` file will allow us to write all the modules needed to make our application work. This file will be useful when writing the `Dockerfile`.
208208

209209
```console
210-
streamlit
211-
tensorflow
210+
streamlit==1.20.*
211+
tensorflow==2.12.0
212212
numpy==1.22.4
213-
pandas
214-
scikit-learn
215-
keras
216-
librosa
213+
pandas==1.5.3
214+
scikit-learn==1.2.*
215+
librosa==0.10.*
217216
```
218217

219218
Here we will mainly discuss how to write the `app.py` code, the `requirements.txt` file and the `Dockerfile`. If you want to see the whole code, please refer to the [GitHub repository](https://github.com/ovh/ai-training-examples/tree/main/apps/streamlit/audio-classification-app).

0 commit comments

Comments
 (0)