Skip to content

Commit e63fee4

Browse files
authored
Merge pull request #15 from regro-cf-autotick-bot/7.5.0_ha384eb
txtai v7.5.0
2 parents 949ce4b + dc6bbdd commit e63fee4

File tree

4 files changed

+34
-7
lines changed

4 files changed

+34
-7
lines changed

.scripts/build_steps.sh

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

azure-pipelines.yml

Lines changed: 27 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build-locally.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

recipe/meta.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{% set name = "txtai" %}
2-
{% set version = "7.4.0" %}
2+
{% set version = "7.5.0" %}
33

44
package:
55
name: {{ name|lower }}
66
version: {{ version }}
77

88
source:
99
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/txtai-{{ version }}.tar.gz
10-
sha256: 473625889693c542df96e10eb33a0437772a469af826557e90f04ffc2868c1d9
10+
sha256: 69d411a0b2b8c3153ce89cdfa654f6db65856e49fc26b3ab806506a124d3bcc5
1111

1212
build:
1313
noarch: python
@@ -17,10 +17,10 @@ build:
1717
requirements:
1818
host:
1919
- pip
20-
- python >=3.8
20+
- python >=3.9
2121
- setuptools
2222
run:
23-
- python >=3.8
23+
- python >=3.9
2424
- faiss-cpu >=1.7.1.post2
2525
- msgpack-python >=1.0.7
2626
- pytorch >=1.12.1

0 commit comments

Comments
 (0)