forked from wandb/weave
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
40 lines (30 loc) · 905 Bytes
/
requirements.txt
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
# These are the base Weave requirements, enough for weave tracking and evaluation
# to work.
# Type annotations, we need ParamSpec in python3.9
typing_extensions>=4.0.0
# Definitely need arrow
pyarrow>=14.0.1 # TODO: Colab has 9.0.0, can we support?
# pydantic integration, and required by openai anyway
openai>=1.0.0
tiktoken>=0.4.0
pydantic>=2.0.0
# evaluation framework uses this for logging/status line at the moment.
rich>=13.7.0
# IO service uses these. Could probably remove reliance on ioservice.
aiohttp>=3.8.3
aiofiles>=22.1.0
aioprocessing>=2.0.1
Werkzeug>=2.0.0
janus>=1.0.0
# we use this for logger, could probably skip it
python-json-logger>=2.0.4
# Used in box and just a little in arrow code.
numpy>=1.21
# required for wandb
wandb>=0.16.4
graphql-core>3
gql[requests]>=3.4.1
# Segment logging
analytics-python>=1.2.9
# Used for version parsing in integrations.
packaging>=21.0