File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 env :
2222 REPO_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
2323 run : |
24- pip install -r requirements .txt
24+ # pip install -r .github/workflows/runner_requirements .txt
2525 python Train.py
2626
2727 # Create a CML report
Original file line number Diff line number Diff line change 1+ absl-py==2.1.0
2+ astunparse==1.6.3
3+ certifi==2025.1.31
4+ charset-normalizer==3.4.1
5+ contourpy==1.1.1
6+ cycler==0.12.1
7+ flatbuffers==25.1.24
8+ fonttools==4.56.0
9+ gast==0.6.0
10+ google-pasta==0.2.0
11+ grpcio==1.70.0
12+ h5py==3.11.0
13+ idna==3.10
14+ joblib==1.4.2
15+ keras==3.8.0
16+ kiwisolver==1.4.8
17+ libclang==18.1.1
18+ Markdown==3.7
19+ markdown-it-py==3.0.0
20+ MarkupSafe==3.0.2
21+ matplotlib==3.10.0
22+ mdurl==0.1.2
23+ ml-dtypes==0.4.1
24+ namex==0.0.8
25+ numpy==2.0.2
26+ nvidia-cublas-cu12==12.5.3.2
27+ nvidia-cuda-cupti-cu12==12.5.82
28+ nvidia-cuda-nvcc-cu12==12.5.82
29+ nvidia-cuda-nvrtc-cu12==12.5.82
30+ nvidia-cuda-runtime-cu12==12.5.82
31+ nvidia-cudnn-cu12==9.3.0.75
32+ nvidia-cufft-cu12==11.2.3.61
33+ nvidia-curand-cu12==10.3.6.82
34+ nvidia-cusolver-cu12==11.6.3.83
35+ nvidia-cusparse-cu12==12.5.1.3
36+ nvidia-nccl-cu12==2.21.5
37+ nvidia-nvjitlink-cu12==12.5.82
38+ opencv-python==4.11.0.86
39+ opt_einsum==3.4.0
40+ optree==0.14.0
41+ packaging==24.2
42+ pandas==2.2.3
43+ pillow==11.1.0
44+ protobuf==5.29.3
45+ Pygments==2.19.1
46+ pyparsing==3.2.1
47+ python-dateutil==2.9.0.post0
48+ pytz==2025.1
49+ requests==2.32.3
50+ rich==13.9.4
51+ scikit-learn==1.6.1
52+ scipy==1.15.1
53+ seaborn==0.13.2
54+ setuptools==75.8.0
55+ six==1.17.0
56+ tensorboard==2.18.0
57+ tensorboard-data-server==0.7.2
58+ tensorflow==2.18.0
59+ termcolor==2.5.0
60+ threadpoolctl==3.5.0
61+ typing_extensions==4.12.2
62+ tzdata==2025.1
63+ urllib3==2.3.0
64+ Werkzeug==3.1.3
65+ wheel==0.45.1
66+ wrapt==1.17.2
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ absl-py==2.1.0
22astunparse == 1.6.3
33certifi == 2025.1.31
44charset-normalizer == 3.4.1
5- contourpy == 1.1 .1
5+ contourpy == 1.3 .1
66cycler == 0.12.1
77flatbuffers == 25.1.24
88fonttools == 4.56.0
You can’t perform that action at this time.
0 commit comments