From bf3b5fcd6f3e524ad9e8e02699d3c7d4c8db0614 Mon Sep 17 00:00:00 2001 From: Matthias Probst Date: Wed, 3 Jul 2024 21:10:24 +0200 Subject: [PATCH] specify more package versions and update repo verison --- codemeta.json | 2 +- requirements-dev.txt | 2 +- requirements-readthedocs.txt | 2 +- requirements.txt | 6 +++--- setup.cfg | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/codemeta.json b/codemeta.json index f4a57a2..a031214 100644 --- a/codemeta.json +++ b/codemeta.json @@ -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": [ diff --git a/requirements-dev.txt b/requirements-dev.txt index e413e75..d079d1e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ -r requirements.txt pytest>=7.1.2 pytest-cov -mongomock +mongomock == 4.1.2 scikit-image scikit-learn scipy \ No newline at end of file diff --git a/requirements-readthedocs.txt b/requirements-readthedocs.txt index 209d7b7..e8e22ce 100644 --- a/requirements-readthedocs.txt +++ b/requirements-readthedocs.txt @@ -1,3 +1,3 @@ -e . -r requirements-doc.txt -mongomock \ No newline at end of file +mongomock == 4.1.2 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 3405998..d1e761e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.cfg b/setup.cfg index 4216f51..761205e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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. @@ -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= @@ -59,7 +59,7 @@ test = pytest >= 7.1.2 pytest-cov pylint - mongomock + mongomock == 4.1.2 xmltodict scipy # provides netcdf4 %(csv)s