Skip to content

Commit

Permalink
Update bibtexparser version in CI workflow and requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
XuhuiZhou committed Apr 9, 2024
1 parent b5c6525 commit f7623b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- run: pip install mkdocs-callouts
- run: pip install mkdocs-click
- run: pip install pillow cairosvg
- run: pip install bibtexparser>=2.0
- run: pip install --pre bibtexparser
- run: pip install tabulate
- run: pip install pandas
- run: python bibtex_to_table.py
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
bibtexparser>=2.0
--pre
bibtexparser
tabulate

0 comments on commit f7623b8

Please sign in to comment.