Skip to content

Commit

Permalink
pin Python below 3.12 and Numpy below 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Dec 19, 2023
1 parent 85b9245 commit 6a6640e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "jwst"
description = "Library for calibration of science observations from the James Webb Space Telescope"
requires-python = ">=3.9"
requires-python = ">=3.9,<3.12"
authors = [
{ name = "JWST calibration pipeline developers" },
]
Expand All @@ -26,7 +26,7 @@ dependencies = [
"crds>=11.17.14",
"drizzle>=1.14.3,<1.15.0",
"gwcs>=0.20.0,<0.21.0",
"numpy>=1.22",
"numpy>=1.22,<2.0",
"opencv-python-headless>=4.6.0.66",
"photutils>=1.4.0",
"psutil>=5.7.2",
Expand Down

0 comments on commit 6a6640e

Please sign in to comment.