diff --git a/.github/workflows/tdgpt-ci.yml b/.github/workflows/tdgpt-ci.yml index ece06d17a1..abe446f9c2 100644 --- a/.github/workflows/tdgpt-ci.yml +++ b/.github/workflows/tdgpt-ci.yml @@ -1,6 +1,7 @@ name: TDGpt CI Pipeline on: + push: pull_request: branches: - '3.0' @@ -25,6 +26,7 @@ jobs: cache: 'pip' - name: Install dependencies + working-directory: ${{ github.workspace }}/tools/tdgpt run: | python -m pip install --upgrade pip python -m pip install flake8 pytest pylint diff --git a/.gitignore b/.gitignore index ff27b53139..25263ec25e 100644 --- a/.gitignore +++ b/.gitignore @@ -140,7 +140,7 @@ tags *CMakeCache* *CMakeFiles* .history/ -*.txt +#*.txt *.tcl *.pc contrib/geos diff --git a/tools/tdgpt/requirements.txt b/tools/tdgpt/requirements.txt new file mode 100644 index 0000000000..ad4c42d7cf --- /dev/null +++ b/tools/tdgpt/requirements.txt @@ -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 \ No newline at end of file