File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 59
59
- stage : test
60
60
name : " Test Docs"
61
61
install :
62
+ - pip install -r requirements.txt
62
63
- pip install -r requirements-docs.txt
63
64
- pip install -e .[sql]
64
65
- pip list
72
73
- RASABASTER=rasabaster-0.7.23.tar.gz
73
74
- curl -sSL -o $RASABASTER "https://storage.googleapis.com/docs-theme/${RASABASTER}?q=$(date +%s%N)"
74
75
- pip install $RASABASTER
76
+ - pip install -r requirements.txt
75
77
- pip install --no-cache-dir -r requirements-docs.txt
76
78
-
pip install git+https://${GITHUB_TOKEN}:[email protected] /RasaHQ/sphinxcontrib-versioning.git@version_list
77
79
- pip install -e .
Original file line number Diff line number Diff line change @@ -20,13 +20,15 @@ Changed
20
20
-------
21
21
- Updated Mattermost connector documentation to be more clear.
22
22
- Updated format strings to f-strings where appropriate.
23
+ - Updated tensorflow requirement to ``1.15.0 ``
23
24
24
25
Removed
25
26
-------
26
27
27
28
Fixed
28
29
-----
29
30
- Fixed exporting NLU training data in ``json `` format from ``rasa interactive ``
31
+ - Fixed numpy deprecation warnings
30
32
31
33
[1.4.3] - 2019-10-29
32
34
^^^^^^^^^^^^^^^^^^^^
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ redis==3.3.5
8
8
pymongo [tls,srv ]== 3.8.0
9
9
numpy == 1.16.3
10
10
scipy == 1.2.1
11
- tensorflow == 1.14 .0
11
+ tensorflow == 1.15 .0
12
12
absl-py >= 0.8.0
13
13
# setuptools comes from tensorboard requirement:
14
14
# https://github.com/tensorflow/tensorboard/blob/1.14/tensorboard/pip_package/setup.py#L33
Original file line number Diff line number Diff line change 36
36
"pymongo[tls,srv]~=3.8" ,
37
37
"numpy~=1.16" ,
38
38
"scipy~=1.2" ,
39
- "tensorflow~=1.14 .0" ,
39
+ "tensorflow~=1.15 .0" ,
40
40
# absl is a tensorflow dependency, but produces double logging before 0.8
41
41
# should be removed once tensorflow requires absl > 0.8 on its own
42
42
"absl-py>=0.8.0" ,
You can’t perform that action at this time.
0 commit comments