We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
numfocus
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent d0080eb commit 69e7369Copy full SHA for 69e7369
ci/requirements-3.6_NUMPY_DEV.build.sh
@@ -10,6 +10,8 @@ pip uninstall numpy -y
10
# install numpy wheel from master
11
PRE_WHEELS="https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com"
12
pip install --pre --upgrade --timeout=60 -f $PRE_WHEELS numpy scipy
13
-pip install -U git+git://github.com/dateutil/dateutil.git@33614e72c4beecae4821eb4012d6cb13c1bac585
+
14
+# install dateutil from master
15
+pip install -U git+git://github.com/dateutil/dateutil.git
16
17
true
0 commit comments