Skip to content

Commit

Permalink
build: Unpin ipython-sql and sqlalchemy (ipython-sql 0.5.0 requires s…
Browse files Browse the repository at this point in the history
…qlalchemy 2), closes #67
  • Loading branch information
jpmckinney committed Oct 24, 2023
1 parent 69490ed commit 769d104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
- shell: bash
run: curl -s -S --retry 3 $BASEDIR/tests/script.sh | bash -
- run: pip install .[test]
- env:
# https://github.com/catherinedevlin/ipython-sql/issues/217
STANDARD_MAINTENANCE_SCRIPTS_IGNORE: sqlalchemy
run: pytest /tmp/test_requirements.py
- run: pytest /tmp/test_requirements.py
- run: pip install --upgrade check-manifest
- run: check-manifest
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,13 @@ install_requires =
gspread-dataframe
httplib2
ipython
ipython-sql~=0.4.0
ipython-sql
jupyter_server
matplotlib
oauth2client
pydrive2
requests
seaborn
sqlalchemy<2

[options.packages.find]
exclude =
Expand Down

0 comments on commit 769d104

Please sign in to comment.