diff --git a/CHANGES.rst b/CHANGES.rst index e729efa..926690e 100755 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,10 @@ Changelog (nionswift-eels-analysis) =================================== +0.6.8 (2025-01-07): +------------------- +- Package dependencies updated. + 0.6.7 (2024-10-24): ------------------- - Include AREELS High Contrast color table. diff --git a/meta.yaml b/meta.yaml index 97decd3..cf5ee6c 100644 --- a/meta.yaml +++ b/meta.yaml @@ -1,9 +1,9 @@ package: name: 'nionswift-eels-analysis' - version: '0.6.7' + version: '0.6.8' source: - git_rev: 0.6.7 + git_rev: 0.6.8 git_url: https://github.com/nion-software/eels-analysis.git build: @@ -19,8 +19,8 @@ requirements: - setuptools run: - python >=3.11 - - nionswift >=16.12,<17.0 - - nionui >=8.0,<9.0 + - nionswift >=16.13,<17.0 + - nionui >=9.0,<10.0 - numpy >=2.2,<3.0 test: diff --git a/setup.cfg b/setup.cfg index 3ed864d..3733b22 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = nionswift-eels-analysis -version = 0.6.7 +version = 0.6.8 author = Nion Software author_email = swift@nion.com description = Library and UI for doing EELS analysis with Nion Swift. @@ -18,8 +18,8 @@ classifiers = packages = find_namespace: python_requires = >=3.11 install_requires = - nionswift >=16.12,<17.0 - nionui >=8.0,<9.0 + nionswift >=16.13,<17.0 + nionui >=9.0,<10.0 numpy >=2.2,<3.0 tests_require = nionswift