Skip to content

Commit

Permalink
Updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SebieF committed Oct 14, 2024
1 parent 3a89191 commit 8e5dd65
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 14 deletions.
52 changes: 44 additions & 8 deletions poetry.lock

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

13 changes: 7 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,32 +33,33 @@ repository = "https://github.com/sacdallago/biotrainer"
[tool.poetry.dependencies]
python = ">=3.9,<3.12"

accelerate = "^0.34.2"
accelerate = "^1.0.1"
biopython = ">=1.83,<2.0"
matplotlib = ">=3.7.2,<4.0.0"
h5py = ">=3.8.0,<4.0.0"
numpy = ">=1.26.4,<2.0.0"
pip-audit = "^2.7.3"
plotly = ">=5.16.1,<6.0.0"
protobuf = "^5.27.3"
protobuf = "^5.28.2"
pyyaml = "6.0.2"
"ruamel.yaml" = ">=0.17.40,<0.18.0"
sentencepiece = "^0.2.0"
scipy = ">=1.13.1,<2.0.0" # Latest version 1.14.1 requires python >= 3.10
scikit-learn = "^1.5.1"
tensorboard = "^2.17.1"
tensorboard = "^2.18.0"
torch = "2.4.1"
tqdm = "^4.66.5"
transformers = "^4.44.2"
torchmetrics = "^1.4.2"
transformers = "^4.45.2"
torchmetrics = "^1.4.3"
safetensors = "^0.4.4"
onnx = "1.16.2"
onnxscript = "^0.1.0.dev20240806"
onnxruntime = "^1.19.0"
pandas = "^2.2.2"
pandas = "^2.2.3"

[tool.poetry.dev-dependencies]
pytest = "^8.3.3"
build = "^1.2.2"

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

0 comments on commit 8e5dd65

Please sign in to comment.