Skip to content

Commit

Permalink
chore: pin param to fix panel issue, update h5py
Browse files Browse the repository at this point in the history
  • Loading branch information
a.pirogov committed Oct 31, 2023
1 parent 8be449e commit e426757
Show file tree
Hide file tree
Showing 5 changed files with 811 additions and 805 deletions.
16 changes: 15 additions & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,16 @@
"rdm"
],
"license": "http://spdx.org/licenses/MIT",
"maintainer": {
"@type": "Person",
"email": "[email protected]",
"familyName": "Pirogov",
"givenName": "Anton"
},
"name": "metador-core",
"operatingSystem": "POSIX > Linux",
"runtimePlatform": "Python 3",
"softwareHelp": "https://github.com/Materials-Data-Science-and-Informatics/metador-core",
"softwareRequirements": [
{
"@type": "SoftwareApplication",
Expand Down Expand Up @@ -78,7 +85,7 @@
"identifier": "h5py",
"name": "h5py",
"runtimePlatform": "Python 3",
"version": "^3.8.0"
"version": "^3.10.0"
},
{
"@type": "SoftwareApplication",
Expand Down Expand Up @@ -115,6 +122,13 @@
"runtimePlatform": "Python 3",
"version": "^0.14.0"
},
{
"@type": "SoftwareApplication",
"identifier": "param",
"name": "param",
"runtimePlatform": "Python 3",
"version": "^1.13.0"
},
{
"@type": "SoftwareApplication",
"identifier": "phantom-types",
Expand Down
Loading

0 comments on commit e426757

Please sign in to comment.