Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
969fac0d
"...composable_kernel.git" did not exist on "ccfa367e4ad2351d5f1a1228ef57e005f69f571a"
Unverified
Commit
969fac0d
authored
Jun 01, 2021
by
Yuge Zhang
Committed by
GitHub
Jun 01, 2021
Browse files
Fix pandas version in ubuntu-legacy pipeline (#3704)
parent
b955ac99
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
dependencies/required.txt
dependencies/required.txt
+2
-0
No files found.
dependencies/required.txt
View file @
969fac0d
...
@@ -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"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment