mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix conda darwin-x86-64
hopefully. there's what looks like an api issue in `threading` that only appears on darwin-x86-64...
This commit is contained in:
parent
ac3cbfd6c0
commit
e48bc639f1
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ dependencies:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
python.org: ~3.11
|
# https://docs.conda.io/projects/miniconda/en/latest/#latest-miniconda-installer-links
|
||||||
|
python.org: =3.11.5
|
||||||
gnu.org/patch: '*'
|
gnu.org/patch: '*'
|
||||||
curl.se: '*'
|
curl.se: '*'
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue