-
Notifications
You must be signed in to change notification settings - Fork 608
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency pyarrow to v9
- Loading branch information
1 parent
564a61e
commit 9c5f692
Showing
10 changed files
with
350 additions
and
258 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#!/usr/bin/env nix-shell | ||
#!nix-shell -I nixpkgs=channel:nixos-unstable-small --pure -p poetry nix -i bash | ||
# shellcheck shell=bash | ||
set -euo pipefail | ||
|
||
export PYTHONHASHSEED=42 | ||
|
||
TOP="${1:-$(dirname "$(dirname "$(readlink -f "$0")")")}" | ||
|
||
pushd "${TOP}" > /dev/null || exit 1 | ||
poetry lock --no-update | ||
poetry export --dev --without-hashes --no-ansi --extras all > "${TOP}/requirements.txt" | ||
"${TOP}/dev/poetry2setup" -o "${TOP}/setup.py" | ||
popd > /dev/null || exit 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.