Skip to content

Commit

Permalink
fix: use new pip, bypass pypandoc w/ wheel & loosen constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
percevalw committed Dec 8, 2023
1 parent 2463de2 commit d72662d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
cache: 'pip'
- name: Install dependencies
run: |
pip install -U "pip<23"
pip install -U pip wheel
pip install --progress-bar off ".[${{ matrix.spark }}, dev, doc]"
- name: Run pytest
run: |
Expand Down
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,14 @@ classifiers = [
"License :: OSI Approved :: BSD License",
"Operating System :: Unix",
]
requires-python = ">=3.7.1,<3.8"
requires-python = ">=3.7.1"
dependencies = [
"pgpasslib>=1.1.0, <2.0.0",
"psycopg2-binary>=2.9.0, <3.0.0",
"psycopg2-binary>=2.9.0",
"pandas>=1.3.0, <2.0.0",
"numpy>=1.0.0",
"altair>=5.0.0, <6.0.0",
"altair>=5.0.0",
"loguru==0.7.0",
"pypandoc==1.7.5",
"pyspark",
"pyarrow>=0.10.0",
"pretty-html-table>=0.9.15, <0.10.0",
Expand Down

0 comments on commit d72662d

Please sign in to comment.