ci: udpate ignore and add tdgpt requirements.txt to verify the tdgpt ci workflow
This commit is contained in:
parent
7de0dd67c1
commit
ae9eac69c0
|
@ -1,6 +1,7 @@
|
||||||
name: TDGpt CI Pipeline
|
name: TDGpt CI Pipeline
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- '3.0'
|
- '3.0'
|
||||||
|
@ -25,6 +26,7 @@ jobs:
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
working-directory: ${{ github.workspace }}/tools/tdgpt
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
python -m pip install flake8 pytest pylint
|
python -m pip install flake8 pytest pylint
|
||||||
|
|
|
@ -140,7 +140,7 @@ tags
|
||||||
*CMakeCache*
|
*CMakeCache*
|
||||||
*CMakeFiles*
|
*CMakeFiles*
|
||||||
.history/
|
.history/
|
||||||
*.txt
|
#*.txt
|
||||||
*.tcl
|
*.tcl
|
||||||
*.pc
|
*.pc
|
||||||
contrib/geos
|
contrib/geos
|
||||||
|
|
|
@ -0,0 +1,54 @@
|
||||||
|
absl-py==2.1.0
|
||||||
|
blinker==1.8.2
|
||||||
|
click==8.1.7
|
||||||
|
contourpy==1.3.0
|
||||||
|
cycler==0.12.1
|
||||||
|
Cython==3.0.11
|
||||||
|
filelock==3.13.1
|
||||||
|
Flask==3.0.3
|
||||||
|
fonttools==4.54.1
|
||||||
|
fsspec==2024.2.0
|
||||||
|
h5py==3.12.1
|
||||||
|
itsdangerous==2.2.0
|
||||||
|
Jinja2==3.1.4
|
||||||
|
joblib==1.4.2
|
||||||
|
keras==3.6.0
|
||||||
|
kiwisolver==1.4.7
|
||||||
|
markdown-it-py==3.0.0
|
||||||
|
MarkupSafe==3.0.1
|
||||||
|
matplotlib==3.9.2
|
||||||
|
mdurl==0.1.2
|
||||||
|
ml_dtypes==0.5.0
|
||||||
|
mpmath==1.3.0
|
||||||
|
namex==0.0.8
|
||||||
|
networkx==3.2.1
|
||||||
|
numpy==1.26.4
|
||||||
|
optree==0.13.0
|
||||||
|
outlier-utils==0.0.5
|
||||||
|
packaging==24.1
|
||||||
|
pandas==1.5.0
|
||||||
|
patsy==0.5.6
|
||||||
|
pillow==10.4.0
|
||||||
|
pmdarima==2.0.4
|
||||||
|
pyculiarity==0.0.7
|
||||||
|
Pygments==2.18.0
|
||||||
|
pyparsing==3.1.4
|
||||||
|
python-dateutil==2.9.0.post0
|
||||||
|
pytz==2024.2
|
||||||
|
rich==13.9.2
|
||||||
|
rstl==0.1.3
|
||||||
|
scikit-learn==1.5.2
|
||||||
|
scipy==1.14.1
|
||||||
|
six==1.16.0
|
||||||
|
statsmodels==0.14.4
|
||||||
|
sympy==1.12
|
||||||
|
threadpoolctl==3.5.0
|
||||||
|
--find-links https://download.pytorch.org/whl/torch/
|
||||||
|
torch==2.4.1+cpu
|
||||||
|
typing_extensions==4.9.0
|
||||||
|
urllib3==2.2.3
|
||||||
|
uWSGI==2.0.27
|
||||||
|
Werkzeug==3.0.4
|
||||||
|
Flask-Testing==0.8.1
|
||||||
|
xlsxwriter==3.2.1
|
||||||
|
taospy==2.7.16
|
Loading…
Reference in New Issue