Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tpot v0.11.7 #33

Merged
merged 3 commits into from
Jan 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 6 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "0.11.6.post3" %}
{% set version = "0.11.7" %}

package:
name: tpot
version: {{ version }}

source:
url: https://pypi.io/packages/source/T/TPOT/TPOT-{{ version }}.tar.gz
sha256: 99c47719cd1dce39f3d47bac1b39b66603e1b48a8336c1e1e2648c2427a723c2
sha256: 64ff1845efdec3d9c70b35587f719cc0821722f27d16f542f83bf81f448e3ff1

build:
number: 0
Expand All @@ -24,11 +24,11 @@ requirements:
- joblib >=0.13.2
- numpy >=1.16.3
- pandas >=0.24.2
- py-xgboost >=0.90
- py-xgboost >=1.1.0
- python >=3.5
- scikit-learn >=0.22.0
- scipy >=1.3.1
- stopit >=1.1.1
- stopit >=1.1.2
- tqdm >=4.36.1
- update_checker >=0.16

Expand All @@ -37,14 +37,13 @@ test:
- dask >=0.18.2
- dask-ml >=1.0.0
- distributed >=1.22.1
- imbalanced-learn >=0.7.0
- nose
- pip
- python
- pytorch-cpu
- scikit-mdr >=0.4.4
- skrebate >=0.3.4
# TODO: remove after https://github.com/conda-forge/pytorch-cpu-feedstock/issues/24
- future
source_files:
- tests
imports:
Expand All @@ -53,7 +52,7 @@ test:
- python -m pip check
- tpot --help
- tpot --version
- nosetests tests -s -v -e test_dask_matches -e test_StackingEstimator_4 -e test_sample_weight_func
- nosetests tests -s -v -e test_dask_matches -e test_StackingEstimator_4 -e test_sample_weight_func -e one_hot_encoder_tests -e test_score_2

about:
home: https://epistasislab.github.io/tpot
Expand Down