-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements-dev.txt
105 lines (105 loc) · 1.93 KB
/
requirements-dev.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --extra=dev --output-file=requirements-dev.txt pyproject.toml
#
astroid==3.3.8
# via pylint
black==25.1.0
# via fame3r (pyproject.toml)
build==1.2.2.post1
# via fame3r (pyproject.toml)
cdpkit==1.1.1
# via fame3r (pyproject.toml)
click==8.1.8
# via black
dill==0.3.9
# via pylint
exceptiongroup==1.2.2
# via pytest
flake8==7.1.1
# via fame3r (pyproject.toml)
iniconfig==2.0.0
# via pytest
isort==6.0.0
# via
# fame3r (pyproject.toml)
# pylint
joblib==1.4.2
# via
# fame3r (pyproject.toml)
# scikit-learn
mccabe==0.7.0
# via
# flake8
# pylint
mypy==1.15.0
# via fame3r (pyproject.toml)
mypy-extensions==1.0.0
# via
# black
# mypy
numpy==1.26.4
# via
# fame3r (pyproject.toml)
# pandas
# scikit-learn
# scipy
packaging==24.2
# via
# black
# build
# pytest
pandas==2.2.3
# via fame3r (pyproject.toml)
pathspec==0.12.1
# via black
platformdirs==4.3.6
# via
# black
# pylint
pluggy==1.5.0
# via pytest
pycodestyle==2.12.1
# via flake8
pydocstyle==6.3.0
# via fame3r (pyproject.toml)
pyflakes==3.2.0
# via flake8
pylint==3.3.4
# via fame3r (pyproject.toml)
pyproject-hooks==1.2.0
# via build
pytest==8.3.4
# via fame3r (pyproject.toml)
python-dateutil==2.9.0.post0
# via pandas
pytz==2025.1
# via pandas
scikit-learn==1.6.1
# via fame3r (pyproject.toml)
scipy==1.15.1
# via scikit-learn
six==1.17.0
# via python-dateutil
snowballstemmer==2.2.0
# via pydocstyle
threadpoolctl==3.5.0
# via scikit-learn
tomli==2.2.1
# via
# black
# build
# mypy
# pylint
# pytest
tomlkit==0.13.2
# via pylint
typing-extensions==4.12.2
# via
# astroid
# black
# mypy
tzdata==2025.1
# via pandas