We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf8639 commit 369c491Copy full SHA for 369c491
conda/meta.yaml
@@ -10,7 +10,7 @@ source:
10
build:
11
noarch: python
12
number: 0
13
- script: {{PYTHON}} -m pip install . -vv
+ script: {{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-build-isolation -vv
14
15
requirements:
16
src/rsml/data/__init__.py
@@ -1,3 +1,3 @@
1
-import importlib_resources as resources
+import importlib.resources as resources
2
3
data_dir = resources.files(__name__)
0 commit comments