-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
67 lines (67 loc) · 1.62 KB
/
Copy pathpyproject.toml
File metadata and controls
67 lines (67 loc) · 1.62 KB
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
[project]
name = "emotion"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"absl-py==2.3.1",
"astunparse==1.6.3",
"cachetools==6.2.2",
"certifi==2025.11.12",
"charset-normalizer==3.4.4",
"colorama==0.4.6",
"contourpy==1.3.2",
"cycler==0.12.1",
"flatbuffers==25.9.23",
"fonttools==4.60.1",
"gast==0.4.0",
"google-auth==2.43.0",
"google-auth-oauthlib==0.4.6",
"google-pasta==0.2.0",
"grpcio==1.76.0",
"h5py==3.15.1",
"idna==3.11",
"joblib==1.5.2",
"keras==2.10.0",
"keras-preprocessing==1.1.2",
"kiwisolver==1.4.9",
"libclang==18.1.1",
"markdown==3.10",
"markupsafe==3.0.3",
"matplotlib==3.10.7",
"numpy==1.26.0",
"oauthlib==3.3.1",
"opencv-python==4.8.1.78",
"opt-einsum==3.4.0",
"packaging==25.0",
"pandas==2.3.3",
"pillow==12.0.0",
"protobuf==3.19.6",
"pyasn1==0.6.1",
"pyasn1-modules==0.4.2",
"pyparsing==3.2.5",
"python-dateutil==2.9.0.post0",
"pytz==2025.2",
"requests==2.32.5",
"requests-oauthlib==2.0.0",
"rsa==4.9.1",
"scikit-learn==1.7.2",
"scipy==1.15.3",
"seaborn==0.13.2",
"six==1.17.0",
"tensorboard==2.10.1",
"tensorboard-data-server==0.6.1",
"tensorboard-plugin-wit==1.8.1",
"tensorflow==2.10.1",
"tensorflow-estimator==2.10.0",
"tensorflow-io-gcs-filesystem==0.31.0",
"termcolor==3.2.0",
"threadpoolctl==3.6.0",
"tqdm==4.67.1",
"typing-extensions==4.15.0",
"tzdata==2025.2",
"urllib3==2.5.0",
"werkzeug==3.1.3",
"wrapt==2.0.1",
]