Skip to content

Commit

Permalink
pinning dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
emolter committed Jul 8, 2024
1 parent f6c15c4 commit 7b235ad
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '[email protected]' }]
classifiers = [
'Intended Audience :: Science/Research',
Expand All @@ -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',
Expand Down

0 comments on commit 7b235ad

Please sign in to comment.