Skip to content

Commit

Permalink
use mllam-data-prep v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Leif Denby committed Aug 5, 2024
1 parent e533794 commit 640ac05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ dependencies = [
"plotly>=5.15.0",
"torch>=2.3.0",
"torch-geometric==2.3.1",
"mllam-data-prep @ git+https://github.com/mllam/mllam-data-prep",
"parse>=1.20.2",
"dataclass-wizard>=0.22.3",
"mllam-data-prep>=0.2.0",
]
requires-python = ">=3.9"

Expand All @@ -38,6 +38,8 @@ dev = [
"ipdb>=0.13.13",
"gpustat>=1.1.1",
"zarrdump>=0.4.1",
"dask[distributed]>=2024.7.1",
"bokeh!=3.0.*,>=2.4.2",
]

[tool.black]
Expand Down

0 comments on commit 640ac05

Please sign in to comment.