Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions recipes/recipes_emscripten/tiktoken/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
context:
name: tiktoken
version: 0.11.0
version: 0.12.0

package:
name: ${{name}}
version: ${{ version }}

source:
- url: https://pypi.io/packages/source/t/${{ name }}/tiktoken-${{ version }}.tar.gz
sha256: 3c518641aee1c52247c2b97e74d8d07d780092af79d5911a6ab5e79359d9b06a
sha256: b18ba7ee2b093863978fcb14f74b3707cdc8d4d4d3836853ce7ec60772139931

build:
number: 0
Expand All @@ -24,7 +24,6 @@ requirements:
run:
- regex


tests:
- script: pytester
requirements:
Expand All @@ -36,9 +35,15 @@ tests:
recipe:
- test_tiktoken.py


about:
homepage: https://github.com/openai/tiktoken
summary: "tiktoken is a fast BPE tokeniser for use with OpenAI's models"
license: MIT
license_family: MIT
license_file:
- LICENSE
- THIRDPARTY.yml

extra:
recipe-maintainers:
- IsabelParedes
Loading