Skip to content

Commit

Permalink
build(environment.yaml): update with learner deps
Browse files Browse the repository at this point in the history
  • Loading branch information
breakthewall committed Jan 15, 2025
1 parent db5006d commit 789bd41
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 18 deletions.
10 changes: 10 additions & 0 deletions environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,13 @@ dependencies:
- openpyxl
- statsmodels
- matplotlib-base
- scikit-learn
- seaborn
- xgboost
- scipy
- ipython
- ipywidgets
- glob2
- pip
- pip:
- warnings
1 change: 1 addition & 0 deletions icfree/learner/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

from icfree.learner.library import *


def csv_to_dict(file_path):
import pandas as pd
# Read the CSV file
Expand Down
18 changes: 0 additions & 18 deletions icfree/learner/environment.yaml

This file was deleted.

0 comments on commit 789bd41

Please sign in to comment.