Skip to content

Commit d6e3d33

Browse files
committed
Relax pandas constraint to <3 and simplify CI install
1 parent e38e704 commit d6e3d33

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/conda-build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ jobs:
7474
- name: Install wheel and dependencies
7575
shell: bash -l {0}
7676
run: |
77-
python -m pip install "setuptools<70"
78-
python -m pip install "Cython<3"
79-
python -m pip install "pandas<2" --no-build-isolation
8077
python -m pip install dist/*.whl
8178
python -m pip install pytest
8279

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def select_constraint(default, nightly=None, git_master=None):
211211
# Beam's DirectRunner.
212212
"joblib>=1.2.0", # Dependency for multi-processing.
213213
"numpy>=1.22.0",
214-
"pandas>=1.0,<2",
214+
"pandas>=1.0,<3",
215215
"protobuf>=6.0.0,<7.0.0",
216216
"pyarrow>=14",
217217
"pyfarmhash>=0.2.2,<0.4",

0 commit comments

Comments
 (0)