From bfda7fac79824c7d62ef94f4dd0da3cfaa8cf8bc Mon Sep 17 00:00:00 2001 From: Nate Coraor Date: Wed, 23 Oct 2024 16:23:33 -0400 Subject: [PATCH] Add galaxy metapackage for installing the latest stable version of Galaxy --- packages/galaxy/setup.cfg | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/packages/galaxy/setup.cfg b/packages/galaxy/setup.cfg index 4c9ad677af42..5286cd3c7436 100644 --- a/packages/galaxy/setup.cfg +++ b/packages/galaxy/setup.cfg @@ -27,12 +27,18 @@ long_description = file: README.rst, HISTORY.rst long_description_content_type = text/x-rst name = galaxy url = https://github.com/galaxyproject/galaxy -version = 24.2.dev0 +version = 24.1.2 [options] include_package_data = True install_requires = - galaxy-web-apps + galaxy-web-apps==24.1.2 + galaxy-app==24.1.2 + galaxy-data==24.1.2 + galaxy-job-execution==24.1.2 + galaxy-tool-util==24.1.2 + galaxy-util[jstree,template]==24.1.2 + galaxy-web-framework==24.1.2 python_requires = >=3.8 [options.packages.find]