Skip to content

Commit

Permalink
update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasprobst committed Jul 3, 2024
1 parent 9d3795c commit 272cd08
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ pymongo>=4.2.0
# csv
pandas>=1.4.3
# snt
xmltodict~=
tabulate>=0.8.10
xmltodict<=0.13.0
tabulate>=0.8.10,<=0.9.0
python-gitlab
pypandoc>=1.11
pydantic >= 2.3.0, < 2.8.0
Expand Down
22 changes: 11 additions & 11 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,35 +32,35 @@ install_requires =
pyyaml > 6.0 # 5.4 does not work with python 3.11!
xarray >= 2022.3.0
pint == 0.21.1 # pint >= 0.19.2<0.22.0 Note: 0.22.0 shows bad str-output for quantities with format Lx~
pint_xarray # >= 0.2.1
regex # >= 2023
pint_xarray >= 0.2.1
regex>=2020.7.9
packaging
ontolutils>=0.2.20
python-forge # == 18.6.0
python-forge == 18.6.0
requests
pydantic >= 2.3.0, < 2.8.0
rdflib<=7.0.0

[options.extras_require]
database=
pymongo # >= 4.2.0
pymongo>=4.2.0
layout_validation=
tabulate
tabulate>=0.8.10,<=0.9.0
csv =
pandas # >= 1.4.3
pandas >= 1.4.3
snt =
xmltodict
tabulate # >= 0.8.10
xmltodict<=0.13.0
tabulate>=0.8.10,<=0.9.0
python-gitlab
pypandoc # >= 1.11
pypandoc >= 1.11
gui =
PyQt5
PyQt5==5.15.10
test =
pytest >= 7.1.2
pytest-cov
pylint
mongomock == 4.1.2
xmltodict
xmltodict<=0.13.0
scipy # provides netcdf4
%(csv)s
%(snt)s
Expand Down

0 comments on commit 272cd08

Please sign in to comment.