From 17c16db83073bdbd713fc551534427cc7a0e018f Mon Sep 17 00:00:00 2001 From: Dan Kerchner Date: Fri, 19 Mar 2021 00:00:08 -0400 Subject: [PATCH] Update recommended FITS version Fixes #4815 --- documentation/developing-your-hyrax-based-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/developing-your-hyrax-based-app.md b/documentation/developing-your-hyrax-based-app.md index 4ee1af029d..4d244eda0b 100644 --- a/documentation/developing-your-hyrax-based-app.md +++ b/documentation/developing-your-hyrax-based-app.md @@ -48,7 +48,7 @@ Hyrax requires the following software to work: 1. A SQL RDBMS (MySQL, PostgreSQL), though **note** that SQLite will be used by default if you're looking to get up and running quickly 1. [Redis](http://redis.io/), a key-value store 1. [ImageMagick](http://www.imagemagick.org/) with JPEG-2000 support -1. [FITS](#characterization) version 1.0.x (1.0.5 is known to be good, 1.1.0 is known to be bad: https://github.com/harvard-lts/fits/issues/140) +1. [FITS](#characterization) (tested up to version 1.5.0 -- avoid version 1.1.0) 1. [LibreOffice](#derivatives) 1. [ffmpeg](#transcoding)