Skip to content

Commit

Permalink
fix(#148): remove outdated dependency on importlib-metadata (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
daylinmorgan authored Jun 25, 2024
1 parent 47e5e85 commit d86f74b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ install_requires =
jupyter_core
shiny>=0.6.1.9005
python-dateutil>=2.8.2
# Needed because of https://github.com/python/importlib_metadata/issues/411
importlib-metadata>=4.8.3,<5; python_version < "3.8"
tests_require =
pytest>=3
zip_safe = False
Expand Down

0 comments on commit d86f74b

Please sign in to comment.