Skip to content

Commit

Permalink
pin to ScopeFoundry 1.3. Version 1.4 breaks the TemDataBrowser used i…
Browse files Browse the repository at this point in the history
…n this project.
  • Loading branch information
Peter Ercius ncem-gauss jupyter committed May 28, 2024
1 parent 77e44df commit a4038cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ authors = [{name = "Peter Ercius", email="[email protected]"}]
description = "Graphical user interface to view transmission electron microscopy data."
readme = "README.md"
requires-python = ">=3.8"
dependencies = ["numpy","pyqtgraph","ScopeFoundry>=1.2.3","ncempy","scipy","imageio>2.17"]
version = "1.0.4"
dependencies = ["numpy","pyqtgraph","ScopeFoundry<=1.3","ncempy","scipy","imageio>2.17"]
version = "1.0.5"

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

0 comments on commit a4038cc

Please sign in to comment.