Skip to content

Commit 2cc8c96

Browse files
chore: Update codemeta softwareRequirements to match setup.cfg (#1498)
* Update softwareRequirements in codemeta.json to use required lower bounds on all core dependencies - Applies lower bounds from PR #1382 * Add CPython implimentation to programmingLanguage codemeta.json metadata
1 parent a244d65 commit 2cc8c96

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

codemeta.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"url": "https://pypi.org"
4545
},
4646
"runtimePlatform": "Python 3",
47-
"version": "~=1.4"
47+
"version": ">=1.4.1"
4848
},
4949
{
5050
"@type": "SoftwareApplication",
@@ -57,7 +57,7 @@
5757
"url": "https://pypi.org"
5858
},
5959
"runtimePlatform": "Python 3",
60-
"version": "~=7.0"
60+
"version": ">=7.0"
6161
},
6262
{
6363
"@type": "SoftwareApplication",
@@ -70,7 +70,7 @@
7070
"url": "https://pypi.org"
7171
},
7272
"runtimePlatform": "Python 3",
73-
"version": "~=4.56"
73+
"version": ">=4.56.0"
7474
},
7575
{
7676
"@type": "SoftwareApplication",
@@ -83,7 +83,7 @@
8383
"url": "https://pypi.org"
8484
},
8585
"runtimePlatform": "Python 3",
86-
"version": "~=3.2"
86+
"version": ">=3.0.0"
8787
},
8888
{
8989
"@type": "SoftwareApplication",
@@ -96,7 +96,7 @@
9696
"url": "https://pypi.org"
9797
},
9898
"runtimePlatform": "Python 3",
99-
"version": "~=1.23"
99+
"version": ">=1.15"
100100
},
101101
{
102102
"@type": "SoftwareApplication",
@@ -109,7 +109,7 @@
109109
"url": "https://pypi.org"
110110
},
111111
"runtimePlatform": "Python 3",
112-
"version": "~=5.1"
112+
"version": ">=5.1"
113113
}
114114
],
115115
"audience": [
@@ -129,5 +129,5 @@
129129
"keywords": "physics fitting numpy scipy tensorflow pytorch jax",
130130
"developmentStatus": "4 - Beta",
131131
"applicationCategory": "Scientific/Engineering, Scientific/Engineering :: Physics",
132-
"programmingLanguage": "Python 3, Python 3.7, Python 3.8"
132+
"programmingLanguage": "Python 3, Python 3.7, Python 3.8, Python Implementation CPython"
133133
}

0 commit comments

Comments
 (0)