Skip to content

Commit

Permalink
Merge pull request #13 from benvial/main
Browse files Browse the repository at this point in the history
New version 2.6.1
  • Loading branch information
benvial authored Mar 5, 2024
2 parents 219cc63 + 78a5fe6 commit ce7ed3e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "nannos" %}
{% set version = "2.6.0" %}
{% set version = "2.6.1" %}


package:
Expand All @@ -8,11 +8,11 @@ package:

source:
url: https://gitlab.com/{{ name }}/{{ name }}/-/archive/v{{ version }}/{{ name }}-v{{ version }}.tar.gz
sha256: 14468f86b63fdee9ad60b752dbd78d03aec98d7b525caba70fc4a7a86ce76be0
sha256: 245e0a648742527f234714714b22bd41d78dda386bbc676b91617d4e95293e61


build:
number: 2
number: 0
script: "{{ PYTHON }} -m pip install . -vv --no-deps"
skip: true # [py<39]

Expand All @@ -33,13 +33,13 @@ requirements:
- psutil
- ipython
- nlopt
- pytorch # [not win]
- pytorch-cpu # [cuda_compiler_version == "None" and not win]
- pytorch-gpu # [cuda_compiler_version != "None" and not win]
- magma # [not osx and not win]
- jax # [not win]
- jaxlib # [cuda_compiler_version == "None" and not win]
- jaxlib=*=*cuda* # [cuda_compiler_version != "None" and not win]
- pytorch # [not win]
- pytorch-cpu # [cuda_compiler_version == "None" and not win]
- pytorch-gpu # [cuda_compiler_version != "None" and not win]
- magma # [not osx and not win]
- jax # [not win]
- jaxlib # [cuda_compiler_version == "None" and not win]
- jaxlib =*=*cuda* # [cuda_compiler_version != "None" and not win]
- pyvista
- ipywidgets
- trame
Expand Down

0 comments on commit ce7ed3e

Please # to comment.