Skip to content

Commit

Permalink
Relax lxml requirements to also allow newer versions
Browse files Browse the repository at this point in the history
  • Loading branch information
GregorMichalicek authored Nov 8, 2024
1 parent 4702341 commit e89b52a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ keywords = ['fleur', 'aiida', 'inpgen', 'workflows', 'flapw', 'juelich', 'dft',
requires-python = ">=3.8"
dependencies = [
"aiida-core[atomic_tools]>=2.0.1,<3.0.0",
"lxml~=4.8",
"lxml>=4.8",
"numpy~=1.16,>=1.16.4",
"sympy",
"masci-tools~=0.13",
Expand Down Expand Up @@ -62,7 +62,7 @@ pre-commit = [
"pylint>=2.5",
"mypy==0.990",
"types-PyYAML",
"lxml-stubs~=0.4"
"lxml-stubs>=0.4"
]
dev = [
'bumpver'
Expand Down

0 comments on commit e89b52a

Please sign in to comment.