Skip to content

Commit 179d0aa

Browse files
fix: repair corrupted requirements.txt and bump vulnerable deps
1 parent 16ebd4a commit 179d0aa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,3 +205,5 @@ cython_debug/
205205
marimo/_static/
206206
marimo/_lsp/
207207
__marimo__/
208+
.venv-slim/
209+
requirements.txt.bak

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
cat > requirements.txt << 'EOF'
21
numpy>=1.24.0
32
pandas>=2.0.0
43
scipy>=1.10.0
@@ -16,6 +15,5 @@ bleach>=6.4.0
1615
jupyter-server>=2.20.0
1716
idna>=3.15
1817

19-
EOF
2018

2119

0 commit comments

Comments
 (0)