Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kyegomez authored Feb 17, 2024
1 parent 67f6d2b commit c541714
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "MedPalm"
description = "MedPalm - Pytorch"
version = "0.1.5"
version = "0.1.6"
authors = ["Kye Gomez <[email protected]>"]
license = "MIT"
homepage = "https://github.com/kyegomez/med-palm"
Expand All @@ -18,16 +18,11 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.6"
torch = "*"
lion-pytorch = "*"
numpy = "*"
einops = "*"
accelerate = "*"
bitsandbytes = "*"
transformers = "*"
SentencePiece = "*"
datasets = "*"
matplotlib = "*"
deepspeed = "*"

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

0 comments on commit c541714

Please sign in to comment.