Skip to content

Commit

Permalink
Added version to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Nov 27, 2024
1 parent 5b51bde commit 0f586a2
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/deps/actions-310-minimum_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ dependencies:
- zstandard=0.19.0

- pip:
- git+https://github.com/WillAyd/pandas-bitmask.git
- adbc-driver-postgresql==0.10.0
- adbc-driver-sqlite==0.8.0
- tzdata==2022.7
1 change: 1 addition & 0 deletions ci/deps/actions-310.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ dependencies:
- zstandard>=0.19.0

- pip:
- git+https://github.com/WillAyd/pandas-bitmask.git
- adbc-driver-postgresql>=0.10.0
- adbc-driver-sqlite>=0.8.0
- tzdata>=2022.7
1 change: 1 addition & 0 deletions ci/deps/actions-311-downstream_compat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ dependencies:
- pyyaml
- py
- pip:
- git+https://github.com/WillAyd/pandas-bitmask.git
- adbc-driver-postgresql>=0.10.0
- adbc-driver-sqlite>=0.8.0
- tzdata>=2022.7
1 change: 1 addition & 0 deletions ci/deps/actions-311-numpydev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies:
- pip

- pip:
- git+https://github.com/WillAyd/pandas-bitmask.git
- "--extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple"
- "--pre"
- "numpy"
Expand Down
1 change: 1 addition & 0 deletions ci/deps/actions-311-pyarrownightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ dependencies:
- pip

- pip:
- git+https://github.com/WillAyd/pandas-bitmask.git
- "tzdata>=2022.7"
- "--extra-index-url https://pypi.fury.io/arrow-nightlies/"
- "--prefer-binary"
Expand Down
1 change: 1 addition & 0 deletions ci/deps/actions-311.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@ dependencies:
- zstandard>=0.19.0

- pip:
- git+https://github.com/WillAyd/pandas-bitmask.git
- adbc-driver-postgresql>=0.10.0
- adbc-driver-sqlite>=0.8.0
1 change: 1 addition & 0 deletions ci/deps/actions-312.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ dependencies:
- zstandard>=0.19.0

- pip:
- git+https://github.com/WillAyd/pandas-bitmask.git
- adbc-driver-postgresql>=0.10.0
- adbc-driver-sqlite>=0.8.0
- tzdata>=2022.7
1 change: 1 addition & 0 deletions ci/deps/actions-pypy-39.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ dependencies:
- numpy
- python-dateutil
- pip:
- git+https://github.com/WillAyd/pandas-bitmask.git
- tzdata>=2022.7
1 change: 1 addition & 0 deletions ci/deps/circle-311-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@ dependencies:
- xlsxwriter>=3.0.5
- zstandard>=0.19.0
- pip:
- git+https://github.com/WillAyd/pandas-bitmask.git
- adbc-driver-postgresql>=0.8.0
- adbc-driver-sqlite>=0.8.0

0 comments on commit 0f586a2

Please sign in to comment.