Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "genie_python"
dynamic = ["version"]
description = "Instrument control & scripting for the ISIS Neutron & Muon source"
readme = "README.md"
requires-python = ">=3.11"
requires-python = ">=3.13"
license = "BSD-3-Clause"
license-files = ["LICENSE"]

Expand All @@ -22,8 +22,8 @@ maintainers = [
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]

dependencies = [
Expand Down Expand Up @@ -56,7 +56,7 @@ dependencies = [
# - It depends on a couple of heavyweight libs (py4j and tornado) that aren't necessary otherwise
plot = [
# When updating, check plotting works in GUI. Must keep pinned to a specific, tested version.
"matplotlib==3.10.1",
"matplotlib==3.10.7",
# Python <-> Java communication, to spawn matplotlib plots in GUI
"py4j",
# Tornado webserver used by custom backend
Expand Down
Loading