From 99e42b78e163abb0519d65184027515923a94576 Mon Sep 17 00:00:00 2001 From: machineFL <49695056+machineFL@users.noreply.github.com> Date: Fri, 9 Feb 2024 12:32:11 -0500 Subject: [PATCH] Automated Latest Dependency Updates (#20) * Update latest dependencies * remove --no-deps flag from ft install * remove cache from install deps --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Nate Parsons --- .github/workflows/install_test.yaml | 5 ----- .github/workflows/unit_tests_with_latest_deps.yaml | 4 ++-- .../tests/requirement_files/latest_requirements.txt | 2 +- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/install_test.yaml b/.github/workflows/install_test.yaml index 55a3667..6195fb5 100644 --- a/.github/workflows/install_test.yaml +++ b/.github/workflows/install_test.yaml @@ -26,11 +26,6 @@ jobs: python-version: ${{ matrix.python_version }} cache: 'pip' cache-dependency-path: 'pyproject.toml' - - uses: actions/cache@v3 - id: cache - with: - path: ${{ env.pythonLocation }} - key: ${{ matrix.os- }}-${{ matrix.python_version }}-install-${{ env.pythonLocation }}-${{ hashFiles('**/pyproject.toml') }}-v01 - name: Build package run: | make package diff --git a/.github/workflows/unit_tests_with_latest_deps.yaml b/.github/workflows/unit_tests_with_latest_deps.yaml index 12c6093..8b1f1c7 100644 --- a/.github/workflows/unit_tests_with_latest_deps.yaml +++ b/.github/workflows/unit_tests_with_latest_deps.yaml @@ -35,11 +35,11 @@ jobs: - if: ${{ matrix.featuretools_version == 'main' }} name: Install Featuretools from main run: | - python -m pip install --force-reinstall --no-deps git+https://github.com/alteryx/featuretools + python -m pip install --force-reinstall git+https://github.com/alteryx/featuretools - if: ${{ matrix.featuretools_version == 'release' }} name: Install latest release of Featuretools run: | - python -m pip install --force-reinstall --no-deps featuretools + python -m pip install --force-reinstall featuretools - if: ${{ matrix.python_version == 3.8 && matrix.featuretools_version == 'release'}} name: Generate coverage args run: echo "coverage_args=--cov=premium_primitives --cov-config=../pyproject.toml --cov-report=xml:../coverage.xml" >> $GITHUB_ENV diff --git a/premium_primitives/tests/requirement_files/latest_requirements.txt b/premium_primitives/tests/requirement_files/latest_requirements.txt index 5e66a09..10e9d04 100644 --- a/premium_primitives/tests/requirement_files/latest_requirements.txt +++ b/premium_primitives/tests/requirement_files/latest_requirements.txt @@ -2,5 +2,5 @@ featuretools==1.28.0 numpy==1.26.4 pandas==2.2.0 phone-iso3166==0.4.1 -phonenumbers==8.13.29 +phonenumbers==8.13.30 zipcodes==1.2.0