Skip to content

Commit

Permalink
markdown-it-py==1.0.0 is on pypi & conda-forge (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts authored May 20, 2021
1 parent 8ef7049 commit 697bfb1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions environment-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ dependencies:
- nbformat>=5.1.2
- pyyaml
- toml
# - markdown-it-py~=1.0.0
- markdown-it-py~=1.0
- mdit-py-plugins
- pip
- pytest
- pytest-cov
Expand All @@ -24,5 +25,3 @@ dependencies:
- sphinx-gallery<0.8
- pre-commit
- gitpython
- pip:
- markdown-it-py[plugins]>=1.0.0b3,<2.0.0
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ dependencies:
- jupyter-packaging
- pyyaml
- toml
# - markdown-it-py~=1.0.0
- markdown-it-py~=1.0
- mdit-py-plugins
- nbconvert
- ipykernel
- jupyter_contrib_nbextensions
Expand All @@ -33,4 +34,3 @@ dependencies:
- tox-conda
- pip:
- sphinx_copybutton
- markdown-it-py[plugins]>=1.0.0b3,<2.0.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nbformat
pyyaml
toml
markdown-it-py[plugins]>=1.0.0b3,<2.0.0
markdown-it-py[plugins]~=1.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"nbformat",
"pyyaml",
"toml",
"markdown-it-py[plugins]>=1.0.0b3,<2.0.0",
"markdown-it-py[plugins]~=1.0",
],
python_requires="~=3.6",
extras_require={
Expand Down

0 comments on commit 697bfb1

Please sign in to comment.