File tree 4 files changed +9
-21
lines changed
4 files changed +9
-21
lines changed Original file line number Diff line number Diff line change @@ -51,25 +51,13 @@ matrix:
51
51
- JOB_NAME : " 27_numpy_master"
52
52
- JOB_TAG=_NUMPY_DEV_master
53
53
- NUMPY_BUILD=master
54
- - python : 2.7
55
- env :
56
- - NOSE_ARGS="not slow and not network and not disabled"
57
- - JOB_NAME : " 27_numpy_1.8.x"
58
- - JOB_TAG=_NUMPY_DEV_1_8_x
59
- - NUMPY_BUILD=maintenance/1.8.x
60
54
allow_failures :
61
55
- python : 2.7
62
56
env :
63
57
- NOSE_ARGS="not slow and not network and not disabled"
64
58
- JOB_NAME : " 27_numpy_master"
65
59
- JOB_TAG=_NUMPY_DEV_master
66
60
- NUMPY_BUILD=master
67
- - python : 2.7
68
- env :
69
- - NOSE_ARGS="not slow and not network and not disabled"
70
- - JOB_NAME : " 27_numpy_1.8.x"
71
- - JOB_TAG=_NUMPY_DEV_1_8_x
72
- - NUMPY_BUILD=maintenance/1.8.x
73
61
74
62
# allow importing from site-packages,
75
63
# so apt-get python-x works for system pythons
Original file line number Diff line number Diff line change 1
1
python-dateutil==2.1
2
2
pytz==2013b
3
3
xlwt==0.7.5
4
- numpy==1.8.0
4
+ numpy==1.8.1
5
5
cython==0.19.1
6
6
bottleneck==0.6.0
7
7
numexpr==2.2.2
@@ -11,12 +11,12 @@ openpyxl==1.6.2
11
11
xlsxwriter==0.4.6
12
12
xlrd==0.9.2
13
13
patsy==0.1.0
14
+ sqlalchemy==0.8.1
15
+ pymysql==0.6.1
16
+ psycopg2==2.5.2
14
17
html5lib==1.0b2
15
18
lxml==3.2.1
16
19
scipy==0.10.0
17
20
beautifulsoup4==4.2.1
18
21
statsmodels==0.5.0
19
22
bigquery==2.0.17
20
- sqlalchemy==0.8.1
21
- pymysql==0.6.1
22
- psycopg2==2.5.2
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ cython==0.19.1
9
9
bottleneck==0.6.0
10
10
matplotlib==1.3.0
11
11
patsy==0.1.0
12
+ sqlalchemy==0.8.1
12
13
html5lib==1.0b2
13
14
lxml==3.2.1
14
15
scipy==0.10.0
15
16
beautifulsoup4==4.2.1
16
17
statsmodels==0.4.3
17
18
bigquery==2.0.17
18
- sqlalchemy==0.8.1
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ tables==3.1.0
11
11
bottleneck==0.8.0
12
12
matplotlib==1.2.1
13
13
patsy==0.1.0
14
- lxml==3.2.1
15
- scipy==0.12.0
16
- beautifulsoup4==4.2.1
17
- statsmodels==0.5.0
18
14
sqlalchemy==0.9.1
19
15
pymysql==0.6.1
20
16
psycopg2==2.5.2
17
+ lxml==3.2.1
18
+ scipy==0.13.3
19
+ beautifulsoup4==4.2.1
20
+ statsmodels==0.5.0
You can’t perform that action at this time.
0 commit comments