Skip to content

Commit

Permalink
Update pyproject.toml to resolve incompatible dependency versions.
Browse files Browse the repository at this point in the history
Earlier we had clashing versions of various repositories, as well as a "unable to import 'split_torch_state_dict_into_shards' from 'huggingface_hub' " error when attempting to fix that. The current versions of the dependencies however, work perfectly.
  • Loading branch information
MistyDragon7 authored Jul 20, 2024
1 parent 831cdc1 commit 9bdf777
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ packages = [
[tool.poetry.dependencies]
python = "^3.8, <3.11"
gradio = "^3.24.1"
huggingface-hub = "^0.16.4"
huggingface-hub = "^0.23.5"
numpy = "^1.24.2"
opencv_python = "^4.7.0.72"
Pillow = "9.3.0"
transformers = "^4.27.4"
lightning = "^2.0.1"
Pillow = "9.4.0"
transformers = "^4.42.4"
lightning = "^2.3.3"
segment-anything = {git = "https://github.com/facebookresearch/segment-anything.git"}
groundingdino = {git = "https://github.com/IDEA-Research/GroundingDINO.git"}

Expand Down

0 comments on commit 9bdf777

Please sign in to comment.