Skip to content

Commit

Permalink
FIX: lockfile issues
Browse files Browse the repository at this point in the history
  • Loading branch information
daquinteroflex committed Dec 19, 2023
1 parent 30d1e23 commit d3be4b5
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 39 deletions.
181 changes: 149 additions & 32 deletions poetry.lock

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

7 changes: 0 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,6 @@ jax = [
{version = ">=0.4.13,<=0.4.14", extras = ["cpu"], platform = "win32", source="jaxsource", optional = true}
]

jax = [
{version = "^0.4.1", extras = ["cpu"], platform = "linux", source="jaxsource", optional = true},
{version = "^0.4.1", extras = ["cpu"], platform = "darwin", source="jaxsource", optional = true},
{version = "^0.4.13", extras = ["cpu"], platform = "win32", source="jaxsource", optional = true}
]


# trimesh
trimesh = {version = "3.20.0", optional = true}
networkx = {version = "^2.6.3", optional = true}
Expand Down

0 comments on commit d3be4b5

Please sign in to comment.