Skip to content

Commit e877918

Browse files
author
marwan37
committed
update requirements.txt
1 parent 515aa0c commit e877918

File tree

2 files changed

+25
-15
lines changed

2 files changed

+25
-15
lines changed

omni-reader/README.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,18 +125,29 @@ For interactive use, the project includes a Streamlit app:
125125
streamlit run app.py
126126
```
127127

128-
### Remote Artifact Storage or Running Remotely
128+
### ### Remote Artifact Storage and Execution
129129

130-
For remote artifact storage or running remotely, install the ZenML integrations for your cloud provider.
130+
This project supports storing artifacts remotely and executing pipelines on cloud infrastructure. Follow these steps to configure your environment for remote operation:
131131

132-
For example, for AWS, install the AWS integration:
132+
#### Setting Up Cloud Provider Integrations
133+
134+
Install the appropriate ZenML integrations for your preferred cloud provider:
133135

134136
```bash
135-
zenml integration install aws -y
136-
zenml integration install s3 -y
137+
# For AWS
138+
zenml integration install aws s3 -y
139+
140+
# For Azure
141+
zenml integration install azure azure-blob -y
142+
143+
# For Google Cloud
144+
zenml integration install gcp gcs -y
137145
```
138146

139-
And ensure your stack has a remote
147+
For detailed configuration options and other components, refer to the ZenML documentation:
148+
149+
- [Artifact Stores](https://docs.zenml.io/stacks/artifact-stores)
150+
- [Orchestrators](https://docs.zenml.io/stacks/orchestrators)
140151

141152
## 📋 Pipeline Architecture
142153

omni-reader/requirements.txt

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
attrs<24,>=23.1.0
2-
httpx==0.28.1
1+
instructor
2+
jiwer
3+
jiter
34
importlib-metadata<7.0,>=1.4.0
4-
instructor==1.7.7
5-
jiwer==3.0.5
6-
jiter<0.9,>=0.6.1
7-
litellm==1.64.1
8-
mistralai==1.5.0,<=1.6.0
5+
litellm
6+
mistralai>=1.0.3
97
numpy<2.0,>=1.9.0
10-
ollama==0.4.7
118
openai==1.69.0
129
Pillow==11.1.0
1310
polars==1.26.0
14-
python-dotenv==1.1.0
11+
python-dotenv
1512
streamlit==1.44.0
1613
textdistance==4.6.3
14+
pydantic>=2.8.2,<2.9.0
15+
tqdm==4.66.4
1716
zenml>=0.80.0

0 commit comments

Comments
 (0)