Skip to content

Commit 369c491

Browse files
committed
error for data__init.py__ and corrected meta.yaml
1 parent fdf8639 commit 369c491

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ source:
1010
build:
1111
noarch: python
1212
number: 0
13-
script: {{PYTHON}} -m pip install . -vv
13+
script: {{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-build-isolation -vv
1414

1515
requirements:
1616
build:

src/rsml/data/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import importlib_resources as resources
1+
import importlib.resources as resources
22

33
data_dir = resources.files(__name__)

0 commit comments

Comments
 (0)