python3.10 对应numpy、matplotlib、pandas库版本

注:平台为pycharm
Python版本: 3.10.11

numpy版本:1.25.0

matplotlib版本:3.7.1

Successfully installed contourpy-1.0.7 cycler-0.11.0 fonttools-4.40.0 kiwisolver-1.4.4 matplotlib-3.7.1 packaging-23.1 pyparsing-3.1.0 python-dateutil-2.8.2 six-1.16.0

pandas版本:2.0.3

Successfully installed pandas-2.0.3 pytz-2023.3 tzdata-2023.3

安装方法:一般情况下安装Python扩展库时无需指定版本号,pip会自动找到与机器环境对应的最新版本进行安装

pip install pandas -i https://pypi.douban.com/simple

你可能感兴趣的:(python,matplotlib,pandas,numpy)