Skip to content

Commit

Permalink
Merge pull request #1 from kruscpe1/update-to-0.1.3
Browse files Browse the repository at this point in the history
Update to version 0.1.3 from pypi
  • Loading branch information
kruscpe1 authored Oct 7, 2024
2 parents 2c739e8 + d28139b commit 2199a1f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
orc:
- 2.0.2
2 changes: 2 additions & 0 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "torchsurv" %}
{% set version = "0.1.2" %}
{% set version = "0.1.3" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/torchsurv-{{ version }}.tar.gz
sha256: 6d91eedb7b45cb4581f88962dfb959a6252d085a998b8985a86286dedbea1621
sha256: da67f1e229e63b9c94b48a886c6a79d1bed687da0e59c770f1030f9d837911bd

build:
noarch: python
Expand Down

0 comments on commit 2199a1f

Please sign in to comment.