Skip to content

Commit 7918451

Browse files
committed
add pytables pandas as dependency; remove from travis.yml
1 parent 2ff38a1 commit 7918451

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ env:
2424
- TOXENV='test'
2525
- TOXARGS='-v'
2626
- TOXPOSARGS=''
27-
- CONDA_DEPENDENCIES="pandas pytables"
2827

2928
matrix:
3029
include:

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ install_requires =
3232
pytest>=4.6
3333
numpy
3434
astropy
35+
pandas
36+
pytables
3537

3638
[options.entry_points]
3739
pytest11 =

0 commit comments

Comments
 (0)