Skip to content

Commit

Permalink
Manually add chardet as dependency for nomad-baseclasses
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianschoeppach committed Sep 26, 2024
1 parent a26050c commit f33769d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ version = "0.1"
readme = "README.md"
requires-python = ">=3.9"
license = { file = "LICENSE" }
dependencies = ["nomad-lab[parsing, infrastructure]>=1.3.4"]
dependencies = [
"nomad-lab[parsing, infrastructure]>=1.3.4",
"chardet>=5.2.0",
]

[project.optional-dependencies]
plugins = [
Expand Down
11 changes: 11 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f33769d

Please sign in to comment.