Skip to content

Commit

Permalink
DOC: add context to line_profiler pip only condition
Browse files Browse the repository at this point in the history
  • Loading branch information
tangkong authored Jan 23, 2025
1 parent 346fb31 commit b746e70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/get_extras.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
# Packages that are only available on Conda
CONDA_ONLY = []
# Packages that are only available on PYPI
# line_profiler must be installed with pip to allow desired ipython version
# newer line_profiler needed for py3.12 support
PYPI_ONLY = ["line_profiler"]
# Packages that can't be put into the environment right now
AVOID = ['python-ldap']
Expand Down

0 comments on commit b746e70

Please sign in to comment.