Skip to content

Commit

Permalink
algo: introduce conda env file
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Zhu <[email protected]>
  • Loading branch information
zqzten committed Oct 22, 2023
1 parent 7c9ea6a commit 47f051e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions algorithm/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: kapacity
dependencies:
- python=3.11.*
- pytorch::pytorch=2.0.*
- pandas=1.5.*
- pyyaml=6.0.*
- scikit-learn=1.2.*
- lightgbm=3.3.*
- protobuf=3.20.*
- grpcio=1.48.*
- python-kubernetes=23.6.*

0 comments on commit 47f051e

Please sign in to comment.