Skip to content

Commit 6c8ec02

Browse files
committed
updated requirements
1 parent 7627ceb commit 6c8ec02

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ models/
119119
*.dot
120120
terms/
121121
results/
122+
.rasa/
122123

123124
# Secret & local files
124125
secret/

actions/requirements-actions.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
python-dateutil==2.8.1
2-
numpy~=1.19.2
3-
pytz~=2019.3
1+
python-dateutil
2+
numpy
43
ruamel.yaml
5-
sqlalchemy~=1.3.22

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
-r actions/requirements-actions.txt
22

3-
rasa[spacy]==3.1.0
3+
rasa-pro[spacy]>=3.0.0
44

55
# Sync with `Dockerfile`
6-
rasa-sdk==3.1.0
6+
rasa-sdk>=3.0.0
7+
pip

0 commit comments

Comments
 (0)