Skip to content

Commit 123b219

Browse files
authored
Merge pull request #40 from regro-cf-autotick-bot/0.27.2_hd74949
u8darts v0.27.2
2 parents f61a04f + bb5685c commit 123b219

File tree

4 files changed

+33
-12
lines changed

4 files changed

+33
-12
lines changed

.gitignore

+23-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.scripts/build_steps.sh

-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.scripts/run_docker_build.sh

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

recipe/meta.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "0.27.1" %}
1+
{% set version = "0.27.2" %}
22
{% set pypi_package_name = "u8darts" %}
33

44
package:
@@ -7,7 +7,7 @@ package:
77

88
source:
99
url: https://pypi.io/packages/source/{{ pypi_package_name[0] }}/{{ pypi_package_name }}/{{ pypi_package_name }}-{{ version }}.tar.gz
10-
sha256: cefcba3df2ea10a686d4c46baf36b62e45122a892525148377512325397b9b5a
10+
sha256: f55c2054889ca130e6402dd1dd5c7b25c9644b633e9b6069da750b80e04023bd
1111

1212
build:
1313
number: 0
@@ -129,7 +129,7 @@ outputs:
129129
run:
130130
- python >=3.8
131131
- {{ pin_subpackage("u8darts", exact=True) }}
132-
- pytorch-lightning >=1.5.0
132+
- pytorch-lightning >=1.5.0, <=2.1.2
133133
- tensorboardx >=2.1
134134
- pytorch >=1.8.0
135135

@@ -174,7 +174,7 @@ outputs:
174174
run:
175175
- python >=3.8
176176
- {{ pin_subpackage("u8darts", exact=True) }}
177-
- pytorch-lightning >=1.5.0
177+
- pytorch-lightning >=1.5.0, <=2.1.2
178178
- tensorboardx >=2.1
179179
- pytorch >=1.8.0
180180
- catboost >=1.0.6

0 commit comments

Comments
 (0)