-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathray-runtime-env.local.yml
More file actions
49 lines (49 loc) · 956 Bytes
/
ray-runtime-env.local.yml
File metadata and controls
49 lines (49 loc) · 956 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
working_dir: "."
excludes:
- /data/
- /dist/
- /docs/
- /helm/
- /integrations/
- /notebooks/
- /venv/
- /.venv/
- /app/
- ".*/"
- "*.egg-info/"
- __pycache__/
py_modules:
- archive_query_log
pip:
- boto3~=1.35
- certifi~=2025.8
- cssselect~=1.3
- cyclopts~=3.23
- diskcache~=5.6
- elasticsearch~=7.17
- elasticsearch-dsl~=7.4
- elasticsearch-pydantic~=1.1
- expiringdict~=1.2
- fastapi~=0.117.1
- humanize~=4.13
- lxml~=6.0
- pandas~=2.3
- pydantic~=2.11
- pydantic-extra-types[pycountry]~=2.10
- python-dotenv~=1.1
- python-whois~=0.9.5
- pyyaml~=6.0
- ray-elasticsearch~=1.1,>=1.1.4
- requests~=2.32
- requests-ratelimiter~=0.7.0
- resiliparse~=0.15.2
- tqdm~=4.67
# boto3~=1.35 depends on urllib3<1.27
- urllib3~=1.26
- uvicorn~=0.36.0
- validators~=0.35.0
- warcio~=1.7
- warc-s3~=1.0,>=1.0.1
- warc-cache~=1.0,>=1.0.4
- web-archive-api~=1.1
logging_level: debug