Skip to content

Commit

Permalink
Parm v0.0.7 (#52182)
Browse files Browse the repository at this point in the history
* Update meta.yaml

* Update meta.yaml

* update parm

* Update meta.yaml

* replace torch-cuda with cuda-toolkit

* Update meta.yaml

* Update meta.yaml

* Remove channels from recipe

* Update meta.yaml

* Update v0.0.7

* Update meta.yaml

* Update meta.yaml

---------

Co-authored-by: vhfsantos <[email protected]>
  • Loading branch information
vhfsantos and vhfsantos authored Nov 19, 2024
1 parent fba9272 commit 093e4cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/parm/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "0.0.6" %}
{% set sha256 = "58853578e42e76ecb9e609cb9b292fa979ae5a999d28126f3c43ac0e986f44a5" %}
{% set version = "0.0.7" %}
{% set sha256 = "5f6a94d86ba026ac816eae8e27fbec00d2b25a7c5f5729101474f758d7dcbcc9" %}

package:
name: parm
Expand All @@ -10,7 +10,7 @@ source:
sha256: {{ sha256 }}
build:
noarch: python
number: 2
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv"
run_exports:
- {{ pin_subpackage('parm', max_pin="x.x") }}
Expand Down

0 comments on commit 093e4cc

Please sign in to comment.