mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
- .devcontainer/Dockerfile: add PostgreSQL client libs, OpenSSL/libffi headers, gfortran/BLAS for scipy, rclone; install full Python dependency set (boto3, psycopg2-binary, fastapi, uvicorn, notion-client, httpx, pytest, numpy, scipy, etc.) in uv-managed venv; add rclone S3 gateway init script as ENTRYPOINT - .devcontainer/devcontainer.json: switch from build to pre-built image (localhost/research
16 lines
352 B
TOML
16 lines
352 B
TOML
[package]
|
|
name = "lake_compile_bridge"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
wgpu = "0.19"
|
|
bytemuck = { version = "1.14", features = ["derive"] }
|
|
pollster = "0.3"
|
|
anyhow = "1.0"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
clap = { version = "4.4", features = ["derive"] }
|
|
chrono = "0.4"
|
|
sha2 = "0.10"
|
|
hex = "0.4"
|