Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

momentum v0.1.26 #102

Merged
15 changes: 0 additions & 15 deletions .ci_support/win_64_cuda_compiler_versionNone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,9 @@ fmt:
- '11'
libboost_devel:
- '1.84'
numpy:
- '2.0'
- '2.0'
- '2.0'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
re2:
- 2024.07.02
spdlog:
- '1.14'
target_platform:
- win-64
zip_keys:
- - python
- numpy
4 changes: 2 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.24" %}
{% set version = "0.1.26" %}

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

source:
- url: https://github.com/facebookincubator/momentum/archive/v{{ version }}.tar.gz
sha256: 6f7094cb62cda91eb9d95e0542bbbfcf2f03a01b5ab97cb942d4ee883485bea5
sha256: a447f4d6958be3078bb15110f1dcfb34355c06c9e9a80167a1e18e287cd07eb8
patches:
- 002-remove-pyproject-toml.patch
- 003-add-setup-py.patch
Expand Down
Loading