Skip to content

Commit

Permalink
Unpin ml_collections deps
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 696182628
  • Loading branch information
Conchylicultor authored and The kauldron Authors committed Nov 13, 2024
1 parent c1f592b commit b1dfc82
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "kauldron"
description = ""
description = "Kauldron is a ML research library optimized for quick iteration and modularity."
readme = "README.md"
requires-python = ">=3.11"
license = {file = "LICENSE"}
Expand Down Expand Up @@ -29,8 +29,7 @@ dependencies = [
"jaxtyping",
"lark",
"mediapy",
# we use features/fixes that are newer than the current (0.1.1) release
"ml_collections@git+https://github.com/google/ml_collections@master",
"ml_collections",
"numpy",
"numpy",
"opencv-python", # speeds up pygrain image loading
Expand Down

0 comments on commit b1dfc82

Please sign in to comment.