Skip to content

Commit

Permalink
Merge pull request #23 from regro-cf-autotick-bot/2.5.0_hfb20a2
Browse files Browse the repository at this point in the history
icfree v2.5.0
  • Loading branch information
tduigou authored Sep 17, 2024
2 parents 11db6eb + 3754c8e commit 8b16377
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS

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

1 change: 0 additions & 1 deletion .scripts/build_steps.sh

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

1 change: 0 additions & 1 deletion README.md

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

9 changes: 6 additions & 3 deletions build-locally.py

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

6 changes: 4 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "icfree" %}
{% set version = "2.4.0" %}
{% set version = "2.5.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/brsynth/icfree-ml/archive/{{ version }}.tar.gz
sha256: 7ea76c71098b86f562fd676c31b440da86d2f1c83c70b601eea58d4e28cce408
sha256: 9720880aba7613b582cd519749c5908195679e228a196cbc6ae941814410aef3

build:
number: 0
Expand All @@ -22,6 +22,8 @@ requirements:
- python >=3.8,<3.12
- pandas
- pydoe2
- numpy
- openpyxl

test:
source_files:
Expand Down

0 comments on commit 8b16377

Please sign in to comment.