Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

New version 2.6.1 #13

Merged
merged 3 commits into from
Mar 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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