-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: pin param to fix panel issue, update h5py
- Loading branch information
a.pirogov
committed
Oct 31, 2023
1 parent
8be449e
commit e426757
Showing
5 changed files
with
811 additions
and
805 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -78,7 +85,7 @@ | |
"identifier": "h5py", | ||
"name": "h5py", | ||
"runtimePlatform": "Python 3", | ||
"version": "^3.8.0" | ||
"version": "^3.10.0" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
|
@@ -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", | ||
|
Oops, something went wrong.