We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ed48b commit 1a17b86Copy full SHA for 1a17b86
buildscripts/conda-recipes/numba/meta.yaml
@@ -7,7 +7,7 @@ package:
7
8
source:
9
git_url: https://github.com/Python-for-HPC/numbaWithOpenmp.git
10
- git_rev: 296fb858b0a6800323e9b46b027c32636ecc80c7
+ git_rev: f7a481ef05bcc2a11dfead708854530800b534c8
11
git_depth: 1
12
13
build:
buildscripts/conda-recipes/pyomp/meta.yaml
@@ -1,6 +1,6 @@
1
package:
2
name: pyomp
3
- version: 0.1.2
+ version: 0.1.3
4
5
6
string: {{ (GITHUB_HEAD_SHA | default(''))[:7] ~ (CI_COMMIT_SHA | default(''))[:7] }}
0 commit comments