Skip to content

Commit

Permalink
Automated Latest Dependency Updates (#20)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
3 people authored Feb 9, 2024
1 parent a37de82 commit 99e42b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/install_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests_with_latest_deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 99e42b7

Please sign in to comment.