Skip to content

Commit

Permalink
setup: pygments (for json formatting) is now an explicit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jan 5, 2025
1 parent 7121a69 commit a390f93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
- feat: implement showing dataset logs in the analysis view (#140)
- enh: more Quick View default choices than "deform" and "area_um"
- enh: update icon theme
- setup: pygments (for json formatting) is now an explicit dependency
2.20.1
- fix: regression TypeError when trying to plot contour data
2.20.0
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dependencies = [
"dclab[dcor,http,s3]>=0.62.5",
"h5py>=2.8.0",
"numpy>=1.21", # CVE-2021-33430
"pygments",
"pyqt6",
"pyqtgraph==0.13.3",
"requests>=2.31.0", # CVE-2023-32681
Expand Down

0 comments on commit a390f93

Please sign in to comment.