I installed Pro 1.0 Pre-release and Esri's Python distro that comes with it. Numpy, scipy and pandas are all there (yay) but I get a warning when importing pandas. Is this showing up for others?
Python 3.4.1 (v3.4.1:c0e311e010fc, May 18 2014, 10:45:13) [MSC v.1600 64 bit (AMD64)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> import pandas
Warning (from warnings module):
File "C:\Python34\lib\site-packages\pandas\io\excel.py", line 626
.format(openpyxl_compat.start_ver, openpyxl_compat.stop_ver))
UserWarning: Installed openpyxl is not supported at this time. Use >=1.6.1 and <2.0.0.
>>> pandas.version.version
'0.14.0'