Skip to content

Commit

Permalink
DEPS: remove duplicated dependency in requirement-dev.txt (#55101)
Browse files Browse the repository at this point in the history
* Test installing dev dependencies with pip

* fix typo

* remove 3.12, list deps

* remove pip ci test
  • Loading branch information
fangchenli authored Sep 13, 2023
1 parent 51c2300 commit 81fb7e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ dependencies:
- ipykernel

# web
- jinja2 # in optional dependencies, but documented here as needed
# - jinja2 # already listed in optional dependencies, but documented here for reference
- markdown
- feedparser
- pyyaml
Expand Down
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ ipywidgets
nbformat
notebook>=6.0.3
ipykernel
jinja2
markdown
feedparser
pyyaml
Expand Down

0 comments on commit 81fb7e7

Please sign in to comment.