Skip to content

Commit

Permalink
Remove hotfix specifying of six dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed May 18, 2021
1 parent e05f8d6 commit b1f8bb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: python
install:
- pip install --upgrade pip
- pip install -e . --use-deprecated=legacy-resolver
- pip install -e .
matrix:
include:
- python: 3.7
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
"astropy==4.2.1",
"sphinx==4.0.1",
"jupyter==1.0.0",
"coveralls==3.0.1",
"six==1.16.0"
"coveralls==3.0.1"
],
package_data={'flarestack': [
'data/public/icecube/all_sky_point_source/raw_data/3year-data-release.zip']},
Expand Down

0 comments on commit b1f8bb5

Please sign in to comment.