Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dafa57f

Browse files
committed
Fix filepath in conda recipe
1 parent 8abdeaf commit dafa57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/python/plotly/recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set data = load_file_data('../pyproject.toml') %}
1+
{% set data = load_file_data('pyproject.toml') %}
22
{% set version = data.get('version') %}
33

44
package:

0 commit comments

Comments
 (0)