We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd2b86a commit 85f2e97Copy full SHA for 85f2e97
.travis.yml
@@ -1,4 +1,5 @@
1
language: python
2
+cache: pip
3
jobs:
4
include:
5
- name: "Python 3.8 on Focal"
@@ -12,7 +13,7 @@ install:
12
13
- sudo apt install mongodb
14
- sudo apt-get update
15
- source ~/virtualenv/python3.8/bin/activate
- - pip install -U scikit-learn
16
+ - pip install -U scikit-learn==0.21.2
17
- export PYTHONPATH="${PYTHONPATH}:./src/jarvis"
18
19
script:
requirements.txt
@@ -35,7 +35,6 @@ pyowm==2.10.0
35
pyttsx3==2.71
36
pytz==2019.1
37
requests==2.21.0
38
-scikit-learn==0.21.2
39
scipy==1.5.4
40
six==1.12.0
41
soupsieve==1.9.1
0 commit comments