Skip to content

Commit 2ce5aab

Browse files
committed
fix: use new pip, bypass pypandoc w/ wheel & loosen constraints
1 parent 59d4c06 commit 2ce5aab

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
cache: 'pip'
8080
- name: Install dependencies
8181
run: |
82-
pip install -U "pip<23"
82+
pip install -U pip wheel
8383
pip install --progress-bar off ".[${{ matrix.spark }}, dev, doc]"
8484
- name: Run pytest
8585
run: |

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,14 @@ classifiers = [
3030
"License :: OSI Approved :: BSD License",
3131
"Operating System :: Unix",
3232
]
33-
requires-python = ">=3.7.1,<3.8"
33+
requires-python = ">=3.7.1"
3434
dependencies = [
3535
"pgpasslib>=1.1.0, <2.0.0",
36-
"psycopg2-binary>=2.9.0, <3.0.0",
36+
"psycopg2-binary>=2.9.0",
3737
"pandas>=1.3.0, <2.0.0",
3838
"numpy>=1.0.0",
39-
"altair>=5.0.0, <6.0.0",
39+
"altair>=5.0.0",
4040
"loguru==0.7.0",
41-
"pypandoc==1.7.5",
4241
"pyspark",
4342
"pyarrow>=0.10.0",
4443
"pretty-html-table>=0.9.15, <0.10.0",

0 commit comments

Comments
 (0)