Skip to content

Commit

Permalink
Merge pull request #15 from regro-cf-autotick-bot/3.1.3_hbd185c
Browse files Browse the repository at this point in the history
[bot-automerge] nomic v3.1.3
  • Loading branch information
jan-janssen authored Oct 29, 2024
2 parents 596933b + f563a44 commit 416f9b3
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 12 deletions.
16 changes: 9 additions & 7 deletions .scripts/build_steps.sh

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

29 changes: 27 additions & 2 deletions azure-pipelines.yml

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

5 changes: 4 additions & 1 deletion build-locally.py

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

5 changes: 3 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "nomic" %}
{% set version = "3.1.2" %}
{% set version = "3.1.3" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/nomic-{{ version }}.tar.gz
sha256: 2de1ab1dcf2429011c92987bb2f1eafe1a3a4901c3185b18f994bf89616f606d
sha256: b06744b79fbe47451874ca7b272cafa1bb272cfb82acc79c64abfc943a98e035

build:
entry_points:
Expand All @@ -20,6 +20,7 @@ requirements:
host:
- python >=3.6
- pip
- setuptools
run:
- python >=3.6
- click
Expand Down

0 comments on commit 416f9b3

Please sign in to comment.