Skip to content

Commit

Permalink
specify more package versions and update repo verison
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasprobst committed Jul 3, 2024
1 parent ff6418d commit bf3b5fc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "https://spdx.org/licenses/MIT",
"codeRepository": "git+https://github.com/matthiasprobst/h5RDMtoolbox.git",
"name": "h5RDMtoolbox",
"version": "1.4.0rc2",
"version": "1.4.0",
"description": "Supporting a FAIR Research Data lifecycle using Python and HDF5.",
"applicationCategory": "Engineering",
"programmingLanguage": [
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-r requirements.txt
pytest>=7.1.2
pytest-cov
mongomock
mongomock == 4.1.2
scikit-image
scikit-learn
scipy
2 changes: 1 addition & 1 deletion requirements-readthedocs.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-e .
-r requirements-doc.txt
mongomock
mongomock == 4.1.2
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ regex>=2020.7.9
packaging
python-forge==18.6.0
requests
rdflib
rdflib<=7.0.0
# database:
pymongo>=4.2.0
# csv
pandas>=1.4.3
# snt
xmltodict
xmltodict~=
tabulate>=0.8.10
python-gitlab
pypandoc>=1.11
pydantic >= 2.3.0, < 2.8.0
# other:
ontolutils >= 0.2.20
ontolutils >= 0.2.23
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = h5rdmtoolbox
version = 1.4.0rc2
version = 1.4.0
author = Matthias Probst
author_email = matthias.probst@kit.edu
description = Supporting a FAIR Research Data lifecycle using Python and HDF5.
Expand Down Expand Up @@ -39,7 +39,7 @@ install_requires =
python-forge # == 18.6.0
requests
pydantic >= 2.3.0, < 2.8.0
rdflib
rdflib<=7.0.0

[options.extras_require]
database=
Expand All @@ -59,7 +59,7 @@ test =
pytest >= 7.1.2
pytest-cov
pylint
mongomock
mongomock == 4.1.2
xmltodict
scipy # provides netcdf4
%(csv)s
Expand Down

0 comments on commit bf3b5fc

Please sign in to comment.