Skip to content

Commit

Permalink
Polars is a hard dep
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasturcani committed Feb 29, 2024
1 parent 02d260a commit 3f6dcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ maintainers = [
]

dependencies = [
"polars",
"rdkit",
]
requires-python = ">=3.11"
Expand All @@ -21,7 +22,6 @@ dev = [
"ruff",
"mypy",
"numpy",
"polars",
"pytest",
"pytest-cov",
"sphinx",
Expand Down

0 comments on commit 3f6dcc3

Please sign in to comment.