Skip to content

Commit 1f4a3d9

Browse files
eweitercsantanapr
authored andcommitted
update watson package to 1.3.5 and other packages (ibm-functions#45)
1 parent b71d784 commit 1f4a3d9

2 files changed

Lines changed: 78 additions & 2 deletions

File tree

python3/CHANGELOG.md

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,81 @@
11
# IBM Functions Python 3 Runtime Container
22

3+
## 1.8.0
4+
- update numpy from `1.14.3` to `1.14.4`
5+
- update watson-developer-cloud from `1.3.4` to `1.3.5`
6+
7+
Python version:
8+
- [3.6.5](https://github.com/docker-library/python/blob/b99b66406ebe728fb4da64548066ad0be6582e08/3.6/jessie/Dockerfile)
9+
10+
Python packages:
11+
- asn1crypto (0.24.0)
12+
- attrs (17.4.0)
13+
- autobahn (18.4.1)
14+
- Automat (0.6.0)
15+
- beautifulsoup4 (4.6.0)
16+
- botocore (1.10.4)
17+
- cassandra-driver (3.14.0)
18+
- certifi (2018.1.18)
19+
- cffi (1.11.5)
20+
- chardet (3.0.4)
21+
- click (6.7)
22+
- cloudant (2.8.1)
23+
- constantly (15.1.0)
24+
- cryptography (2.2.2)
25+
- cssselect (1.0.3)
26+
- docutils (0.14)
27+
- elasticsearch (6.2.0)
28+
- Flask (1.0.2)
29+
- gevent (1.2.2)
30+
- greenlet (0.4.13)
31+
- httplib2 (0.11.3)
32+
- hyperlink (18.0.0)
33+
- ibm-cos-sdk (2.1.1)
34+
- ibm-db (2.0.8a0)
35+
- ibmcloudsql (0.2.13)
36+
- idna (2.6)
37+
- incremental (17.5.0)
38+
- itsdangerous (0.24)
39+
- Jinja2 (2.10)
40+
- jmespath (0.9.3)
41+
- kafka-python (1.4.3)
42+
- lxml (4.2.1)
43+
- MarkupSafe (1.0)
44+
- numpy (1.14.4)
45+
- pandas (0.23.0)
46+
- parsel (1.4.0)
47+
- pika (0.11.2)
48+
- Pillow (5.1.0)
49+
- psycopg2 (2.7.4)
50+
- pyasn1 (0.4.2)
51+
- pyasn1-modules (0.2.1)
52+
- pycparser (2.18)
53+
- PyDispatcher (2.0.5)
54+
- pymongo (3.6.1)
55+
- pyOpenSSL (17.5.0)
56+
- pysolr (3.7.0)
57+
- python-dateutil (2.7.3)
58+
- pytz (2018.4)
59+
- queuelib (1.5.0)
60+
- redis (2.10.6)
61+
- requests (2.18.4)
62+
- scikit-learn (0.19.1)
63+
- scipy (1.1.0)
64+
- Scrapy (1.5.0)
65+
- service-identity (17.0.0)
66+
- simplejson (3.15.0)
67+
- six (1.11.0)
68+
- tornado (5.0.2)
69+
- Twisted (18.4.0)
70+
- txaio (2.10.0)
71+
- urllib3 (1.22)
72+
- virtualenv (16.0.0)
73+
- w3lib (1.19.0)
74+
- watson-developer-cloud (1.3.5)
75+
- Werkzeug (0.14.1)
76+
- wheel (0.30.0)
77+
- zope.interface (4.4.3)
78+
379
## 1.7.0
480
- update kafka_python from `1.4.2` to `1.4.3`
581
- update pandas from `0.22.0` to `0.23.0`

python3/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ virtualenv == 16.0.0
1717
twisted == 18.4.0
1818

1919
# packages for numerics
20-
numpy == 1.14.3
20+
numpy == 1.14.4
2121
scikit-learn == 0.19.1
2222
scipy == 1.1.0
2323
pandas == 0.23.0
@@ -28,7 +28,7 @@ Pillow == 5.1.0
2828
# IBM specific python modules
2929
ibm_db == 2.0.8a
3030
cloudant == 2.8.1
31-
watson-developer-cloud == 1.3.4
31+
watson-developer-cloud == 1.3.5
3232
ibm-cos-sdk == 2.1.1
3333
ibmcloudsql == 0.2.13
3434

0 commit comments

Comments
 (0)