Skip to content

Commit

Permalink
Update setup.py for imblearn
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahshi committed Dec 7, 2023
1 parent ee14430 commit 36504ba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 0 additions & 4 deletions Train_Supervised_Variational.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
sys.path.append('src')
import mineralML as mm

import concurrent.futures
from multiprocessing import freeze_support
import itertools

from matplotlib import pyplot as plt
from matplotlib import rc
import seaborn as sns
Expand Down
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ dependencies:
- pip:
- pyrolite
- PyIRoGlass
- hdbscan
- hdbscan
- imblearn
Binary file removed none.pdf
Binary file not shown.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
'scikit-learn',
'scipy',
'torch',
'hdbscan'
'hdbscan',
'imblearn'
],

classifiers=[
Expand Down

0 comments on commit 36504ba

Please sign in to comment.