forked from mlco2/codecarbon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
83 lines (82 loc) · 1.46 KB
/
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
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
#
# This file is autogenerated by hatch-pip-compile with Python 3.8
#
# - arrow
# - click
# - pandas
# - prometheus-client
# - psutil
# - py-cpuinfo
# - pynvml
# - questionary
# - rapidfuzz
# - requests
# - rich
# - typer
#
arrow==1.3.0
# via hatch.envs.default
certifi==2024.7.4
# via requests
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via
# hatch.envs.default
# typer
idna==3.7
# via requests
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
numpy==1.24.4
# via pandas
pandas==2.0.3
# via hatch.envs.default
prometheus-client==0.20.0
# via hatch.envs.default
prompt-toolkit==3.0.36
# via questionary
psutil==6.0.0
# via hatch.envs.default
py-cpuinfo==9.0.0
# via hatch.envs.default
pygments==2.18.0
# via rich
pynvml==11.5.3
# via hatch.envs.default
python-dateutil==2.9.0.post0
# via
# arrow
# pandas
pytz==2024.1
# via pandas
questionary==2.0.1
# via hatch.envs.default
rapidfuzz==3.9.6
# via hatch.envs.default
requests==2.32.3
# via hatch.envs.default
rich==13.7.1
# via
# hatch.envs.default
# typer
shellingham==1.5.4
# via typer
six==1.16.0
# via python-dateutil
typer==0.12.3
# via hatch.envs.default
types-python-dateutil==2.9.0.20240316
# via arrow
typing-extensions==4.12.2
# via
# rich
# typer
tzdata==2024.1
# via pandas
urllib3==2.2.2
# via requests
wcwidth==0.2.13
# via prompt-toolkit