Skip to content

Commit

Permalink
Add remaining optional depedencies to Travis 3.8 CI build environment (
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed Feb 20, 2020
1 parent 3f68b43 commit 54deb7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
8 changes: 2 additions & 6 deletions continuous_integration/travis/travis-38-dev.yaml
Expand Up @@ -12,9 +12,7 @@ dependencies:
- pytest
- pytest-xdist
- moto
# Fastparquet depends on numba being available for Python 3.8
# Uncomment the line below when fastparquet is avaialbe on conda-forge for 3.8
# - fastparquet
- fastparquet
- h5py
- pytables
- zarr
Expand All @@ -38,9 +36,7 @@ dependencies:
- graphviz
- ipython
- lz4
# Numba is not currently released for Python 3.8. Uncomment the numba line
# below when https://github.com/conda-forge/numba-feedstock/pull/38 is resolved
# - numba
- numba
- partd
- psutil
- requests
Expand Down
12 changes: 3 additions & 9 deletions continuous_integration/travis/travis-38.yaml
Expand Up @@ -11,9 +11,7 @@ dependencies:
- pytest
- pytest-xdist
- moto
# Fastparquet depends on numba being available for Python 3.8
# Uncomment the line below when fastparquet is available on conda-forge for 3.8
# - fastparquet
- fastparquet
- h5py
- pytables
- zarr
Expand All @@ -39,9 +37,7 @@ dependencies:
- graphviz
- ipython
- lz4
# Numba is not currently released for Python 3.8. Uncomment the numba line
# below when https://github.com/conda-forge/numba-feedstock/pull/38 is resolved
# - numba
- numba
- partd
- psutil
- requests
Expand All @@ -50,9 +46,7 @@ dependencies:
- scipy
- toolz
- python-snappy
# Sparse depends on numba being available for Python 3.8
# Uncomment the line below when sparse is available on conda-forge for 3.8
# - sparse
- sparse
- cachey
- python-graphviz
- pandas-datareader
Expand Down

0 comments on commit 54deb7f

Please sign in to comment.