diff --git a/conda/meta.yaml b/conda/meta.yaml index f1885240..cdd843cf 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -9,9 +9,9 @@ source: sha256: {{ TORCHHD_HASH }} build: - noarch: generic + noarch: python number: 0 - script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv " + script: "{{ PYTHON }} -m pip install . -vv" requirements: host: diff --git a/torchhd/version.py b/torchhd/version.py index 528787cf..05527687 100644 --- a/torchhd/version.py +++ b/torchhd/version.py @@ -1 +1 @@ -__version__ = "3.0.0" +__version__ = "3.0.1"