Skip to content

Commit

Permalink
chore: Update codemeta softwareRequirements to match setup.cfg (#1498)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
matthewfeickert authored Jun 21, 2021
1 parent a244d65 commit 2cc8c96
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"url": "https://pypi.org"
},
"runtimePlatform": "Python 3",
"version": "~=1.4"
"version": ">=1.4.1"
},
{
"@type": "SoftwareApplication",
Expand All @@ -57,7 +57,7 @@
"url": "https://pypi.org"
},
"runtimePlatform": "Python 3",
"version": "~=7.0"
"version": ">=7.0"
},
{
"@type": "SoftwareApplication",
Expand All @@ -70,7 +70,7 @@
"url": "https://pypi.org"
},
"runtimePlatform": "Python 3",
"version": "~=4.56"
"version": ">=4.56.0"
},
{
"@type": "SoftwareApplication",
Expand All @@ -83,7 +83,7 @@
"url": "https://pypi.org"
},
"runtimePlatform": "Python 3",
"version": "~=3.2"
"version": ">=3.0.0"
},
{
"@type": "SoftwareApplication",
Expand All @@ -96,7 +96,7 @@
"url": "https://pypi.org"
},
"runtimePlatform": "Python 3",
"version": "~=1.23"
"version": ">=1.15"
},
{
"@type": "SoftwareApplication",
Expand All @@ -109,7 +109,7 @@
"url": "https://pypi.org"
},
"runtimePlatform": "Python 3",
"version": "~=5.1"
"version": ">=5.1"
}
],
"audience": [
Expand All @@ -129,5 +129,5 @@
"keywords": "physics fitting numpy scipy tensorflow pytorch jax",
"developmentStatus": "4 - Beta",
"applicationCategory": "Scientific/Engineering, Scientific/Engineering :: Physics",
"programmingLanguage": "Python 3, Python 3.7, Python 3.8"
"programmingLanguage": "Python 3, Python 3.7, Python 3.8, Python Implementation CPython"
}

0 comments on commit 2cc8c96

Please sign in to comment.