Skip to content

Commit

Permalink
fix: Update dependencies versions to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cauliyang committed Oct 13, 2024
1 parent 5d22a88 commit e698378
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion py_cli/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["maturin>=1.2.2,<2"]
requires = ["maturin>=1.2.1,<2"]
build-backend = "maturin"

[project]
Expand Down
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["maturin>=1.2.2,<2"]
requires = ["maturin>=1.2.1,<2"]
build-backend = "maturin"

[tool.poetry]
Expand Down Expand Up @@ -36,7 +36,7 @@ classifiers = [
dependencies = [
"torch>=2.1.0",
"lightning>=2.1.2",
"torchmetrics>=1.2.2",
"torchmetrics>=1.2.1",
"rich>=13.7.0",
"transformers>=4.37.2",
"safetensors>=0.4.2",
Expand Down Expand Up @@ -81,7 +81,7 @@ torch = [
{ version = "^2.1.0", source = "PyPI", markers = "sys_platform == 'darwin'" },
]
lightning = "^2.1.2"
torchmetrics = "^1.2.2"
torchmetrics = "^1.2.1"
rich = "^13.7.0"
transformers = "^4.37.2"
safetensors = "^0.4.2"
Expand Down Expand Up @@ -127,14 +127,14 @@ seaborn = "^0.13.2"
fire = "^0.5.0"
wandb = "^0.17.0"
ruff = "^0.4.7"
hydra-submitit-launcher = "^1.2.2"
hydra-submitit-launcher = "^1.2.1"
onnx = "^1.16.0"
onnxscript = "^0.1.0.dev20240407"
plotly = "^5.20.0"
joblib = "^1.4.0"
hydra-core = "^1.3.2"
hydra-colorlog = "^1.2.2"
hydra-optuna-sweeper = "^1.2.2"
hydra-colorlog = "^1.2.1"
hydra-optuna-sweeper = "^1.2.1"
omegaconf = "^2.3.0"
accelerate = "^0.27.2"
deepspeed = "^0.13.4"
Expand All @@ -150,8 +150,8 @@ nvidia-cusparse-cu11 = { version = "^11.7.5.86", markers = "sys_platform == 'lin
nvidia-nccl-cu11 = { version = "^2.19.3", markers = "sys_platform == 'linux'" }
nvidia-nvtx-cu11 = { version = "^11.8.86", markers = "sys_platform == 'linux'" }
nvidia-cublas-cu11 = { version = "^11.11.3.6", markers = "sys_platform == 'linux'" }
mamba-ssm = { version = "^1.2.2.post1", markers = "sys_platform == 'linux'" }
causal-conv1d = { version = "^1.2.2.post2", markers = "sys_platform == 'linux'" }
mamba-ssm = { version = "^1.2.1.post1", markers = "sys_platform == 'linux'" }
causal-conv1d = { version = "^1.2.1.post2", markers = "sys_platform == 'linux'" }
bump-my-version = "^0.27.0"

[tool.ruff]
Expand Down

0 comments on commit e698378

Please sign in to comment.