Skip to content

Commit b1f8bb5

Browse files
committed
Remove hotfix specifying of six dependency
1 parent e05f8d6 commit b1f8bb5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: python
22
install:
33
- pip install --upgrade pip
4-
- pip install -e . --use-deprecated=legacy-resolver
4+
- pip install -e .
55
matrix:
66
include:
77
- python: 3.7

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
"astropy==4.2.1",
3535
"sphinx==4.0.1",
3636
"jupyter==1.0.0",
37-
"coveralls==3.0.1",
38-
"six==1.16.0"
37+
"coveralls==3.0.1"
3938
],
4039
package_data={'flarestack': [
4140
'data/public/icecube/all_sky_point_source/raw_data/3year-data-release.zip']},

0 commit comments

Comments
 (0)