File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff 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"
3434dependencies = [
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" ,
You can’t perform that action at this time.
0 commit comments