Skip to content

Commit d070064

Browse files
redeboerweb-flowpre-commit-ci[bot]
authored
DX: define developer environment with uv (#142)
Co-authored-by: GitHub <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e43f66c commit d070064

30 files changed

+4969
-1329
lines changed

.binder/apt.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
graphviz

.binder/postBuild

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/bin/bash
2+
set -ex
3+
curl -LsSf https://astral.sh/uv/install.sh | sh
4+
source $HOME/.cargo/env
5+
uv export \
6+
--extra jupyter \
7+
--extra notebooks \
8+
> requirements.txt
9+
uv pip install \
10+
--requirement requirements.txt \
11+
--system
12+
uv cache clean

.binder/runtime.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
python-3.12

.constraints/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.constraints/py3.10.txt

Lines changed: 0 additions & 238 deletions
This file was deleted.

0 commit comments

Comments
 (0)