From 7b235adad9f197c3793aa83e26930a7dcc48859c Mon Sep 17 00:00:00 2001 From: Ned Molter Date: Mon, 8 Jul 2024 11:46:17 -0400 Subject: [PATCH] pinning dependencies --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 51200f80..b1ab3fa8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,8 +2,7 @@ name = 'stcal' description = 'STScI tools and algorithms used in calibration pipelines' readme = 'README.md' -requires-python = '>=3.9' -license = { file = 'LICENSE' } +requires-python = '>=3.10' authors = [{ name = 'STScI', email = 'help@stsci.edu' }] classifiers = [ 'Intended Audience :: Science/Research', @@ -14,7 +13,7 @@ classifiers = [ dependencies = [ 'astropy >=5.0.4', 'scipy >=1.6.0', - 'numpy >=1.20', + 'numpy >=1.21.2', 'opencv-python-headless >=4.6.0.66', 'asdf >=2.15.0', 'gwcs >= 0.18.1',