Skip to content

Commit

Permalink
jupyter-ai v2.24.1 (#51)
Browse files Browse the repository at this point in the history
* dummy commit for rerendering

* ENH: updated version to 2.24.1 & Re-rendered with conda-build 24.9.0, conda-smithy 3.41.1, and conda-forge-pinning 2024.10.04.13.32.50

* bump jupyter-ai-magics to v2.24.1

---------

Co-authored-by: conda-forge-webservices[bot] <121827174+conda-forge-webservices[bot]@users.noreply.github.com>
Co-authored-by: conda-forge-webservices[bot] <91080706+conda-forge-webservices[bot]@users.noreply.github.com>
Co-authored-by: David L. Qiu <david@qiu.dev>
  • Loading branch information
4 people authored Oct 4, 2024
1 parent 736f5f7 commit 31fa059
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "jupyter-ai" %}
{% set version = "2.24.0" %}
{% set version = "2.24.1" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/jupyter_ai-{{ version }}.tar.gz
sha256: 8e60b29590ecaeba354d0d9ac68dfc8b88bba45d50052e2cd6120c14177b9fe1
sha256: a70b8e83096be14de89ebde18211658000dd1307e70515e3fb22b4758f12f9a1

build:
noarch: python
Expand All @@ -28,7 +28,7 @@ requirements:
- jupyterlab >=4.0,<5
- aiosqlite >=0.18
- importlib-metadata >=5.2.0
- jupyter-ai-magics ==2.24.0
- jupyter-ai-magics ==2.24.1
- dask-core
- typing-extensions >=4.5.0
- distributed
Expand Down

0 comments on commit 31fa059

Please sign in to comment.