Skip to content

Commit d5f3b13

Browse files
committed
added requirements
1 parent 6247366 commit d5f3b13

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# Lab Examples
22

3-
This repository contains some examples related to the course labs.
3+
This repository contains some examples related to the course labs.
4+
5+
## Lab 02

requirements.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Flask==3.*
2+
isort
3+
jupyter==1.*
4+
ruff
5+
pandas
6+
numpy
7+
plotly
8+
matplotlib

0 commit comments

Comments
 (0)