Skip to content

Commit

Permalink
Use gnu-coreutils instead of coreutils
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Jan 28, 2024
1 parent 64eeeba commit 755bae6
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 2 deletions.
37 changes: 37 additions & 0 deletions pixi.lock
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,43 @@ package:
license: GPL-2.0-or-later and LGPL-2.1-or-later
size: 8097216
timestamp: 1701101787715
- platform: linux-64
name: gnu-coreutils
version: '9.4'
category: main
manager: conda
dependencies:
- libgcc-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/gnu-coreutils-9.4-hd590300_0.conda
hash:
md5: 5da264714e9f634bbf0211bb8d860706
sha256: 386d2bd432cdf8bf9f2ed1ccc73f1ad6c24e7c9d90ce1bdfe0e30169976bc988
build: hd590300_0
arch: x86_64
subdir: linux-64
build_number: 0
license: GPL-3.0-or-later
license_family: GPL
size: 3051529
timestamp: 1693341969052
- platform: osx-arm64
name: gnu-coreutils
version: '9.4'
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/osx-arm64/gnu-coreutils-9.4-hb547adb_0.conda
hash:
md5: 621d32b216af5e507b09c736d01eb5d1
sha256: c3b12678dcb39ba0b64598bf556b0ec0fb93f2faa7014f8fef5e614883850f26
build: hb547adb_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: GPL-3.0-or-later
license_family: GPL
size: 1605726
timestamp: 1693342553231
- platform: linux-64
name: importlib-metadata
version: 7.0.1
Expand Down
4 changes: 2 additions & 2 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ generate = "copier copy --vcs-ref=HEAD --trust ."
test = "pytest"

[dependencies]
micromamba = ">=1.5.6,<1.6"
copier = ">=9.1.1,<9.2"
micromamba = ">=1.5.6,<1.6"
gnu-coreutils = ">=9.4,<10"
pytest = ">=7.4.4,<7.5"
coreutils = ">=9.4,<10"
pytest-emoji = ">=0.2.0,<0.3"
pytest-md = ">=0.2.0,<0.3"

0 comments on commit 755bae6

Please sign in to comment.