Skip to content

Commit

Permalink
Move Python deps from pip to conda
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Nov 3, 2023
1 parent 5abf0d6 commit ce077f5
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 ce077f5

Please sign in to comment.