Skip to content

Commit

Permalink
fix: move dependency wget from dev
Browse files Browse the repository at this point in the history
  • Loading branch information
samedii committed Sep 25, 2022
1 parent 9e12244 commit d28c05c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pytorch-zero-lit"
version = "0.2.0"
version = "0.2.1"
description = "LiT: Zero-Shot Transfer with Locked-image text Tuning"
authors = ["Richard Löwenström <[email protected]>"]
packages = [
Expand All @@ -14,13 +14,13 @@ transformers = "^4.22.1"
onnxruntime = "^1.12.1"
opencv-python = "^4.4.0,!=4.6.0.66"
onnx2torch = "^1.5.3"
wget = "^3.2"

[tool.poetry.dev-dependencies]
black = "^22.8.0"
ipykernel = "^6.15.3"
ipywidgets = "^8.0.2"
pytest = "^7.1.3"
wget = "^3.2"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit d28c05c

Please sign in to comment.