Skip to content

Commit 7df90af

Browse files
committed
bug fix 3.7.2 build failure
1 parent d7bb65a commit 7df90af

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: python
22
python:
3-
- "3.6"
4-
- "3.7"
5-
- "3.8"
3+
#- "3.6"
4+
- "3.7.2"
5+
#- "3.8"
66
# - "weekly" # weekly build
77
# - "nightly" # nightly build
88
# command to install dependencies

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ matplotlib>=3.2
66
numpy>=1.18
77
codecov==2.1.11
88
dill==0.3.4
9+
packaging>=20.0

0 commit comments

Comments
 (0)