Skip to content

Commit d5f3b13

Browse files
committedFeb 13, 2025
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

+3-1
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

+8
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)