Skip to content

Commit

Permalink
[bot-automerge] momentum v0.1.24 (#98)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
conda-forge-admin authored Dec 28, 2024
2 parents e7156fe + b5027d2 commit 2dd73e3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{% set pymomentum_cpu_gpu = "pymomentum-gpu" %} # [cuda_compiler_version != "None"]
{% set pymomentum_cpu_gpu = "pymomentum-cpu" %} # [cuda_compiler_version == "None"]
{% set name = "momentum" %}
{% set version = "0.1.23" %}
{% set version = "0.1.24" %}

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

source:
- url: https://github.com/facebookincubator/momentum/archive/v{{ version }}.tar.gz
sha256: e7ba294e0ffeda05d64e4e8e7f2812efd4ccaa78b7843cab9b4e0542c4acb828
sha256: 6f7094cb62cda91eb9d95e0542bbbfcf2f03a01b5ab97cb942d4ee883485bea5
patches:
- 002-remove-pyproject-toml.patch
- 003-add-setup-py.patch
Expand Down Expand Up @@ -161,6 +161,7 @@ outputs:
- openfbx
- python # [linux]
- re2
- setuptools
- spdlog
- pip
- python
Expand Down

0 comments on commit 2dd73e3

Please sign in to comment.