Skip to content

Commit

Permalink
Merge pull request #43 from regro-cf-autotick-bot/0.29.0_hc52f45
Browse files Browse the repository at this point in the history
u8darts v0.29.0
  • Loading branch information
dennisbader authored Apr 17, 2024
2 parents 1e10bed + 11e9c36 commit caba6cb
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

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

7 changes: 7 additions & 0 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
Expand All @@ -6,3 +10,6 @@ channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
zip_keys:
- - c_stdlib_version
- cdt_name
2 changes: 1 addition & 1 deletion .scripts/build_steps.sh

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

12 changes: 6 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.28.0" %}
{% set version = "0.29.0" %}
{% set pypi_package_name = "u8darts" %}

package:
Expand All @@ -7,7 +7,7 @@ package:

source:
url: https://pypi.io/packages/source/{{ pypi_package_name[0] }}/{{ pypi_package_name }}/{{ pypi_package_name }}-{{ version }}.tar.gz
sha256: 5d7e4f3f5cce4df311f230f107534a7838a3e9faa71e3f9900c9c44dc171444e
sha256: b4e2ed16bf4980123b2b753c7be8f08602f71fdeca5ee1d7cd7f7e77de86dd87

build:
number: 0
Expand Down Expand Up @@ -69,7 +69,7 @@ outputs:
source_files:
- darts
commands:
- pytest darts/tests -k "not test_component_specific_lags_forecasts"
- pytest darts/tests
requires:
- pip
- testfixtures
Expand Down Expand Up @@ -114,7 +114,7 @@ outputs:
source_files:
- darts
commands:
- pytest darts/tests -k "not test_component_specific_lags_forecasts"
- pytest darts/tests
requires:
- pip
- testfixtures
Expand Down Expand Up @@ -159,7 +159,7 @@ outputs:
source_files:
- darts
commands:
- pytest darts/tests -k "not test_component_specific_lags_forecasts"
- pytest darts/tests
requires:
- pip
- testfixtures
Expand Down Expand Up @@ -207,7 +207,7 @@ outputs:
source_files:
- darts
commands:
- pytest darts/tests -k "not test_component_specific_lags_forecasts"
- pytest darts/tests
requires:
- pip
- testfixtures
Expand Down

0 comments on commit caba6cb

Please sign in to comment.