-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackages-minimal.txt
More file actions
35 lines (30 loc) · 879 Bytes
/
packages-minimal.txt
File metadata and controls
35 lines (30 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# packages.txt - MINIMAL system packages for Streamlit Cloud
#
# Minimal system dependencies for basic scientific computing
# Heavy packages removed to prevent build timeouts
# ========================================
# ESSENTIAL ONLY
# ========================================
# Basic graphics support for matplotlib
libfreetype-dev
libpng-dev
# HDF5 for astronomical data (if h5py is used)
libhdf5-dev
# ========================================
# REMOVED FOR MINIMAL DEPLOYMENT
# ========================================
# These can cause build timeouts or failures on Streamlit Cloud
# Uncomment only if specific packages require them
# Build tools (only if compilation needed)
# build-essential
# gcc
# g++
# gfortran
# cmake
# Scientific libraries (only for advanced packages)
# libfftw3-dev
# libgsl-dev
# libopenblas-dev
# liblapack-dev
# libcfitsio-dev
# libwcs-dev