Skip to content

Commit

Permalink
BUILD: optimize conda build config (#233)
Browse files Browse the repository at this point in the history
* specify numpy host version to prevent conda warning message
* do not test dependent packages to avoid potential version conflicts
  • Loading branch information
j-ittner authored Feb 4, 2021
1 parent 0e186f1 commit a67870c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions condabuild/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ requirements:
host:
- pip>=20.*
- python {{ environ.get('FACET_V_PYTHON', '=3.8.*') }}
- numpy {{ environ.get('FACET_V_NUMPY', '>=1.11.*') }}
- flit>=3.0.*
run:
- gamma-pytools{{ environ.get('FACET_V_GAMMA_PYTOOLS') }}
Expand Down Expand Up @@ -40,8 +41,6 @@ test:
- python -c 'import facet;
import os;
assert facet.__version__ == os.environ["PKG_VERSION"]'
- pytest -vs ${FACET_PATH}/pytools/test
- pytest -vs ${FACET_PATH}/sklearndf/test
- pytest -vs ${FACET_PATH}/facet/test

about:
Expand Down

0 comments on commit a67870c

Please sign in to comment.