Skip to content

Commit

Permalink
Merge pull request #40 from regro-cf-autotick-bot/0.27.2_hd74949
Browse files Browse the repository at this point in the history
u8darts v0.27.2
  • Loading branch information
dennisbader authored Jan 21, 2024
2 parents f61a04f + bb5685c commit 123b219
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 12 deletions.
25 changes: 23 additions & 2 deletions .gitignore

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

6 changes: 0 additions & 6 deletions .scripts/build_steps.sh

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

6 changes: 6 additions & 0 deletions .scripts/run_docker_build.sh

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

8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.27.1" %}
{% set version = "0.27.2" %}
{% 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: cefcba3df2ea10a686d4c46baf36b62e45122a892525148377512325397b9b5a
sha256: f55c2054889ca130e6402dd1dd5c7b25c9644b633e9b6069da750b80e04023bd

build:
number: 0
Expand Down Expand Up @@ -129,7 +129,7 @@ outputs:
run:
- python >=3.8
- {{ pin_subpackage("u8darts", exact=True) }}
- pytorch-lightning >=1.5.0
- pytorch-lightning >=1.5.0, <=2.1.2
- tensorboardx >=2.1
- pytorch >=1.8.0

Expand Down Expand Up @@ -174,7 +174,7 @@ outputs:
run:
- python >=3.8
- {{ pin_subpackage("u8darts", exact=True) }}
- pytorch-lightning >=1.5.0
- pytorch-lightning >=1.5.0, <=2.1.2
- tensorboardx >=2.1
- pytorch >=1.8.0
- catboost >=1.0.6
Expand Down

0 comments on commit 123b219

Please sign in to comment.