Skip to content

Commit

Permalink
Updates dependencies and version
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebgorman committed Oct 30, 2024
1 parent 1215d58 commit f477777
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools >= 72.1.0", "wheel"]
requires = ["setuptools >= 75.3.0", "wheel"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
Expand All @@ -11,7 +11,7 @@ exclude = ["examples*"]

[project]
name = "yoyodyne"
version = "0.2.13"
version = "0.2.14"
description = "Small-vocabulary neural sequence-to-sequence models"
readme = "README.md"
requires-python = ">= 3.9"
Expand All @@ -32,8 +32,8 @@ dependencies = [
# TODO: allow >= 2.0.0 once we we migrate to lightning >= 2.0.0".
"numpy >= 1.26.0, < 2.0.0",
"lightning >= 1.7.0, < 2.0.0",
"torch >= 2.4.0",
"wandb >= 0.17.5",
"torch >= 2.5.1",
"wandb >= 0.18.5",
]
classifiers = [
"Programming Language :: Python :: 3.9",
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black>=24.4.2
black>=24.10.0
build>=1.2.1
flake8>=7.1.0
lightning>=1.7.0,<2.0.0
Expand All @@ -7,9 +7,9 @@ numpy>=1.26.0,<2.0.0
pandas>=2.2.2
pytest>=8.3.2
scipy>=1.13.1
setuptools>=72.1.0
torch>=2.4.0
tqdm>=4.66.4
setuptools>=75.3.0
torch>=2.5.1
tqdm>=4.66.6
twine>=5.1.1
wandb>=0.18.0
wandb>=0.18.5
wheel>=0.40.0

0 comments on commit f477777

Please sign in to comment.