Skip to content

Commit a2da269

Browse files
committed
bumpy python version support, bump TemDataBrowser version, bump ncempy minimum version
1 parent ca74e03 commit a2da269

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ name = "TemDataBrowser"
77
authors = [{name = "Peter Ercius", email="percius@lbl.gov"}]
88
description = "Graphical user interface to view transmission electron microscopy data."
99
readme = "README.md"
10-
requires-python = ">=3.8"
11-
dependencies = ["numpy","pyqtgraph","ScopeFoundry>=1.5","ncempy","scipy","imageio>2.17"]
12-
version = "1.0.6"
10+
requires-python = ">=3.10"
11+
dependencies = ["numpy","pyqtgraph","ScopeFoundry>=1.5","ncempy>=1.15","scipy","imageio>2.17"]
12+
version = "1.1"
1313

1414
[project.scripts]
1515
TemDataBrowser = "TemDataBrowser:open_file"

0 commit comments

Comments
 (0)