forked from mlrun/mlrun
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev-requirements.txt
More file actions
49 lines (44 loc) · 953 Bytes
/
dev-requirements.txt
File metadata and controls
49 lines (44 loc) · 953 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
# formatting & linting
ruff==0.15.2
import-linter~=2.0
blacken-docs~=1.18
black~=24.4 # only used by by blacken-docs
vale~=3.7
# testing
pytest~=8.2
pytest-asyncio~=0.21.2
pytest-alembic~=0.11.0
pytest-httpserver~=1.0
pytest-timeout~=2.0
pytest-mock-resources[mysql]~=2.12
# pin to 4.10.0 to avoid issues with k3s compatibility
testcontainers[k3s]~=4.10.0
aioresponses~=0.7
requests-mock~=1.8
httpx~=0.28.1
hypothesis[numpy]~=6.103
pytest-rerunfailures~=14.0
pytest-forked~=1.6
tiktoken~=0.9.0
# system tests
matplotlib~=3.5
graphviz~=0.20.0
nuclio-sdk>=0.5
avro~=1.11
sqlalchemy~=2.0
sqlalchemy-utils~=0.41.2
# frameworks tests
scikit-learn~=1.5.2
lightgbm~=4.3
xgboost~=1.1
cryptography~=44.0
# install to verify it doesn't cause a warning (ML-8951)
evidently~=0.7.6
# code coverage
coverage[toml]~=7.8
diff-cover~=9.2
# NOTE: requests currently expects chardet < 6 when chardet is present
chardet<6
openai~=1.88
transformers~=4.56
pillow~=11.3