Skip to content

Commit

Permalink
add pandas in NeuralTE
Browse files Browse the repository at this point in the history
  • Loading branch information
CSU-KangHu committed Aug 15, 2024
1 parent c879c10 commit a3f5b3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin/NeuralTE/utils/data_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
import re
import subprocess
from concurrent.futures import ProcessPoolExecutor, as_completed
# import pandas as pd
import pandas as pd
from openpyxl.utils import get_column_letter
# from pandas import ExcelWriter
from pandas import ExcelWriter
import numpy as np
import itertools
from configs import config
Expand Down
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ dependencies:
- java-jdk
- tensorflow=2.6.0
- keras=2.6.0=pyhd3eb1b0_0
- numpy=1.19.5
- numpy=1.19.5=py38h8246c76_3
- pandas=1.4.4=py38h47df419_0
- biopython=1.78=py38h7f8727e_0
- scikit-learn=1.2.0=py38h6a678d5_1
- seaborn
Expand Down

0 comments on commit a3f5b3b

Please sign in to comment.