Skip to content

Commit

Permalink
avoid cytominer-database updates
Browse files Browse the repository at this point in the history
  • Loading branch information
d33bs committed Dec 3, 2024
1 parent 5bbc6d3 commit 4c0b5f2
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ updates:
- "pandas"
- "scipy"
- "sqlalchemy"
ignore:
# ignore cytominer-database as it is deprecated
- dependency-name: "cytominer-database"
39 changes: 32 additions & 7 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ boto3 = { version = ">=1.26.79", optional = true }
fire = { version = ">=0.5.0", optional = true }

# Extra dependencies for collate
cytominer-database = { version = "0.3.5", optional = true }
cytominer-database = { version = "0.3.4", optional = true }

[tool.poetry.extras]
cell-locations = [ "fsspec", "s3fs", "boto3", "fire" ]
Expand Down

0 comments on commit 4c0b5f2

Please sign in to comment.