Skip to content

Commit

Permalink
Deps: pyarrow 18.0.0 (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles authored Oct 28, 2024
1 parent 3ee8578 commit 343c81b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 40 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version-file: .python-version
check-latest: true

- name: Cache rust build
uses: actions/cache@v4
Expand All @@ -40,7 +37,6 @@ jobs:
- name: Install artistools
run: |
python3 -m pip install --extra-index-url https://pypi.fury.io/arrow-nightlies/ --prefer-binary --pre pyarrow
python3 -m pip install uv
python3 -m uv pip install --compile-bytecode --pre --editable .
Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/deploypypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
fetch-depth: 0

- uses: actions/setup-python@v5
with:
python-version-file: .python-version
check-latest: true

- name: Cache rust build
uses: actions/cache@v4
Expand All @@ -48,7 +45,6 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --extra-index-url https://pypi.fury.io/arrow-nightlies/ --prefer-binary --pre pyarrow
python3 -m pip install --upgrade uv
python3 -m uv pip install --upgrade setuptools setuptools_scm[toml] setuptools-rust wheel twine build
echo "SETUPTOOLS_SCM_PRETEND_VERSION_FOR_ARTISTOOLS=$(python3 -m setuptools_scm --strip-dev)" >> $GITHUB_ENV
Expand All @@ -70,9 +66,6 @@ jobs:
fetch-depth: 0

- uses: actions/setup-python@v5
with:
python-version-file: .python-version
check-latest: true

- name: Install dependencies
run: |
Expand Down Expand Up @@ -102,9 +95,6 @@ jobs:
fetch-depth: 0

- uses: actions/setup-python@v5
with:
python-version-file: .python-version
check-latest: true

- uses: actions/download-artifact@v4
with:
Expand All @@ -114,7 +104,6 @@ jobs:

- name: Install dependencies
run: |
python3 -m pip install --extra-index-url https://pypi.fury.io/arrow-nightlies/ --prefer-binary --pre pyarrow
python3 -m pip install --upgrade uv
python3 -m uv pip install --upgrade setuptools setuptools_scm[toml] setuptools-rust wheel twine build
Expand All @@ -139,9 +128,6 @@ jobs:
fetch-depth: 0

- uses: actions/setup-python@v5
with:
python-version-file: .python-version
check-latest: true

- uses: actions/download-artifact@v4
with:
Expand All @@ -151,7 +137,6 @@ jobs:

- name: Install dependencies
run: |
python3 -m pip install --extra-index-url https://pypi.fury.io/arrow-nightlies/ --prefer-binary --pre pyarrow
python3 -m pip install --upgrade uv
python3 -m uv pip install --upgrade setuptools setuptools_scm[toml] setuptools-rust wheel twine build
echo "SETUPTOOLS_SCM_PRETEND_VERSION_FOR_ARTISTOOLS=$(python3 -m setuptools_scm --strip-dev)" >> $GITHUB_ENV
Expand Down
17 changes: 0 additions & 17 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version-file: .python-version
check-latest: true

- name: Cache rust build
uses: actions/cache@v4
Expand All @@ -38,10 +35,8 @@ jobs:
- name: Install artistools
run: |
python3 -m pip install --extra-index-url https://pypi.fury.io/arrow-nightlies/ --prefer-binary --pre pyarrow
python3 -m pip install uv
python3 -m uv pip install --system --pre --upgrade pylint mypy ruff
python3 -m pip install uv
python3 -m uv pip install --compile-bytecode --pre --editable .
- name: Run Ruff
Expand Down Expand Up @@ -76,9 +71,6 @@ jobs:

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version-file: .python-version
check-latest: true

- name: Cache rust build
uses: actions/cache@v4
Expand All @@ -91,8 +83,6 @@ jobs:
- name: Install artistools
run: |
python3 -m pip install --extra-index-url https://pypi.fury.io/arrow-nightlies/ --prefer-binary --pre pyarrow
python3 -m pip install uv
python3 -m pip install uv
python3 -m uv pip install --compile-bytecode --pre --editable .
Expand All @@ -111,8 +101,6 @@ jobs:

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version-file: .python-version

- name: Lint Code Base
uses: github/super-linter/slim@v7
Expand Down Expand Up @@ -165,11 +153,6 @@ jobs:
- name: Show python version
run: python3 --version --version && which python3

- name: Install pyarrow nightly for 3.13
if: ${{ startsWith(matrix.python-version, '3.13') }}
run: |
python3 -m pip install --extra-index-url https://pypi.fury.io/arrow-nightlies/ --prefer-binary --pre pyarrow
- name: Cache rust build
uses: actions/cache@v4
with:
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ numexpr>=2.10.1
numpy>=2.1.2
pandas>=2.2.3
plotly>=5.24.1
polars>=1.10.0
polars>=1.12.0
pre-commit>=4.0.1
pyarrow>=17.0.0
pyarrow>=18.0.0
pynonthermal>=2024.7.4
pypdf>=5.0.1
pypdf>=5.1.0
pyright>=1.1.386
pytest>=8.3.3
pytest-codspeed>=2.2.1
Expand All @@ -25,7 +25,7 @@ ruff>=0.7.1
scipy>=1.14.1
setuptools_scm[toml]>=8.1.0
tabulate>=0.9
typeguard>=4.3.0
typeguard>=4.4.0
types-PyYAML>=6.0.12.20240917
types-tabulate>=0.9.0.20240106
wheel>=0.44.0
Expand Down

0 comments on commit 343c81b

Please sign in to comment.