File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" jupyterlab~=3.0;python_version>='3.6' " , " setuptools>=40.8.0 " , " wheel " ]
2
+ requires = [" setuptools" ]
3
3
build-backend = " setuptools.build_meta"
4
4
5
5
[project .urls ]
Original file line number Diff line number Diff line change 1
1
{% set data = load_file_data('pyproject.toml') %}
2
- {% set version = data.get('version') %}
2
+ {% set version = data.get('project', {}).get(' version') %}
3
3
4
4
package :
5
5
name : plotly
6
6
version : {{ version }}
7
7
8
8
source :
9
- path : ../../../../
9
+ path : ../
10
10
11
11
build :
12
12
number : 0
13
13
script : |
14
- cd packages/python/plotly
15
14
{{ PYTHON }} -m build --sdist --wheel
16
15
{{ PYTHON }} -m pip install dist/plotly-{{ version }}.tar.gz --no-deps --ignore-installed --no-cache-dir -q
17
16
noarch : python
@@ -20,9 +19,10 @@ requirements:
20
19
build :
21
20
- python
22
21
- pip
23
- - jupyterlab =3
24
- - nodejs =16
22
+ - jupyterlab
23
+ - build
25
24
- setuptools
25
+ - nodejs =16
26
26
run :
27
27
- python
28
28
- narwhals >=1.15.1
You can’t perform that action at this time.
0 commit comments