nloyfer / meth_atlas

Other
45 stars 20 forks source link

The version of the package used for the script #15

Open mochen2047 opened 3 weeks ago

mochen2047 commented 3 weeks ago

Hi,I would like to know the versions of the packages in the script, as well as the Python version,any help will be appreciated. Thank you.

mochen2047 commented 2 weeks ago

python 3.10.13 numpy 1.26.4 pandas 2.1.4 scipy 1.13.1 argparse 1.1 matplotlib 3.9.1 Using the above version of the package, replace "df=df. append (others. rename ('other ')" in line 38 with "df. loc ['other']=others. values" to successfully run.