"...composable_kernel.git" did not exist on "ccfa367e4ad2351d5f1a1228ef57e005f69f571a"
Unverified Commit 969fac0d authored by Yuge Zhang's avatar Yuge Zhang Committed by GitHub
Browse files

Fix pandas version in ubuntu-legacy pipeline (#3704)

parent b955ac99
...@@ -19,3 +19,5 @@ numpy < 1.20 ; sys_platform != "win32" and python_version < "3.7" ...@@ -19,3 +19,5 @@ numpy < 1.20 ; sys_platform != "win32" and python_version < "3.7"
numpy ; sys.platform != "win32" and python_version >= "3.7" numpy ; sys.platform != "win32" and python_version >= "3.7"
scipy < 1.6 ; python_version < "3.7" scipy < 1.6 ; python_version < "3.7"
scipy ; python_version >= "3.7" scipy ; python_version >= "3.7"
pandas < 1.2 ; python_version < "3.7"
matplotlib < 3.4 ; python_version < "3.7"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment