Skip to content

Commit

Permalink
Merge pull request #57 from gdalle:conda
Browse files Browse the repository at this point in the history
Move Python deps from pip to conda
  • Loading branch information
gdalle authored Nov 3, 2023
2 parents 5abf0d6 + ce077f5 commit fb33b72
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions benchmark/CondaPkg.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[deps]
pytorch = ""
ipykernel = ""
numpy = ""

[pip.deps]
pomegranate = ""
ipykernel = ""
hmmlearn = ""
torch = ""
numpy = ""

0 comments on commit fb33b72

Please sign in to comment.