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 354ab87 commit dd8bc9fCopy full SHA for dd8bc9f
conda/meta.yaml
@@ -9,9 +9,9 @@ source:
9
sha256: {{ TORCHHD_HASH }}
10
11
build:
12
- noarch: generic
+ noarch: python
13
number: 0
14
- script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "
+ script: "{{ PYTHON }} -m pip install . -vv"
15
16
requirements:
17
host:
torchhd/version.py
@@ -1 +1 @@
1
-__version__ = "3.0.0"
+__version__ = "3.0.1"
0 commit comments