Skip to content

Commit 0f085dc

Browse files
committed
feat: update pyspark install
1 parent abb17e4 commit 0f085dc

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,6 @@ jobs:
167167
- name: Run Tests
168168
run: |
169169
make install
170-
pip install ".[spark, test]"
170+
pip install ".[test]"
171171
make test_spark
172172

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ dev = [
8484
# note that if you are using pyspark 2.3 or 2.4 and pyarrow >= 0.15, you might need to
8585
# set ARROW_PRE_0_15_IPC_FORMAT=1 in your conf/spark-env.sh for toPandas functions to work properly
8686
spark = [
87-
"pyspark>=2.3.0",
88-
"pyarrow>=2.0.0",
89-
"pandas>1.1, <2, !=1.4.0",
90-
"numpy>=1.16.0,<1.24",
87+
"pyspark>=3.0.*",
88+
"pyarrow>=4.0.0",
89+
"pandas>1.1",
90+
"numpy>=1.16.0",
9191
"visions[type_image_path]>=0.7.5, <0.7.7",
9292
]
9393
test = [

0 commit comments

Comments
 (0)