Skip to content

Commit 9761ffb

Browse files
== -> >= in pyproject.toml
1 parent ba94987 commit 9761ffb

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

pyproject.toml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -35,24 +35,24 @@ classifiers = [
3535
]
3636

3737
dependencies = [
38-
"astropy == 7.2.0",
39-
"astroquery == 0.4.11",
40-
"numpy == 2.3.5",
41-
"pytz == 2025.2",
42-
"scipy == 1.16.3",
43-
"spectral-cube == 0.6.7",
38+
"astropy >= 7.2.0",
39+
"astroquery >= 0.4.11",
40+
"numpy >= 2.3.5",
41+
"pytz >= 2025.2",
42+
"scipy >= 1.16.3",
43+
"spectral-cube >= 0.6.7",
4444
]
4545

4646
# Optional packages for CASA
4747
[project.optional-dependencies]
4848
casa = [
49-
"casadata == 2025.9.22",
50-
"casaplotms == 2.7.4",
51-
"casarecipes == 0.4.0",
52-
"casashell == 6.7.3.21",
53-
"casatasks == 6.7.3.21",
54-
"casatools == 6.7.3.21",
55-
"casaviewer == 2.4.4 ; platform_system != 'Darwin'",
49+
"casadata >= 2025.9.22",
50+
"casaplotms >= 2.7.4",
51+
"casarecipes >= 0.4.0",
52+
"casashell >= 6.7.3.21",
53+
"casatasks >= 6.7.3.21",
54+
"casatools >= 6.7.3.21",
55+
"casaviewer >= 2.4.4 ; platform_system != 'Darwin'",
5656
"pipeline@git+https://open-bitbucket.nrao.edu/scm/pipe/pipeline.git",
5757
]
5858

@@ -70,9 +70,9 @@ exclude = [
7070

7171
[build-system]
7272
requires = [
73-
"setuptools == 80.9.0",
74-
"setuptools_scm == 9.2.2",
75-
"wheel == 0.45.1",
73+
"setuptools >= 80.9.0",
74+
"setuptools_scm >= 9.2.2",
75+
"wheel >= 0.45.1",
7676
]
7777

7878
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)