Skip to content

Commit

Permalink
dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
turbomam committed Dec 12, 2024
1 parent da995a6 commit 827aa35
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

23 changes: 11 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,26 @@ include = [
[tool.poetry.dependencies]
python = "^3.9"
linkml-runtime = "^1.6.2"
scikit-learn = "^1.5.2"
duckdb = "^1.1.3"
jupyter = "^1.1.1"
pymongo = "^4.10.1"
inflection = "^0.5.1"
google-cloud-bigquery = "^3.27.0"
db-dtypes = "^1.3.1"
duckdb-engine = "^0.13.6"

[tool.poetry.group.dev.dependencies]
db-dtypes = "^1.3.1"
duckdb = "^1.1.3"
duckdb-engine = "^0.13.6"
exhaustion-check = "^0.1.3"
google-cloud-bigquery = "^3.27.0"
inflection = "^0.5.1"
jupyter = "^1.1.1"
jupyter-datatables = "^0.3.9"
linkml = "^1.7.10"
matplotlib = "^3.9.2"
mkdocs-material = "^9.1.2"
mkdocs-mermaid2-plugin = "^0.6.0"
oaklib = "^0.6.1" # was using https://pypi.org/project/oaklib/0.5.6/ up to 2024-12-10
oaklib = "^0.6.1" # was using 0.5.6 up to 2024-12-10
pymongo = "^4.10.1"
rdflib = "^6.2.0"
scikit-learn = "^1.5.2"
sheets-and-friends = "^0.5.4"
jupyter = "^1.1.1"
matplotlib = "^3.9.2"
textdistance = "^4.6.3"
jupyter-datatables = "^0.3.9"

[tool.poetry-dynamic-versioning]
# We need poetry-dynamic-versioning to update the version in the src schema file,
Expand Down

0 comments on commit 827aa35

Please sign in to comment.