Skip to content

Commit 3949fd3

Browse files
committed
add correctly set dependencies
1 parent 39fd55d commit 3949fd3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
numpy=1.26.3
2-
matplotlib=3.8.2
3-
scipy=1.12.0
4-
nlopt=2.7.1
5-
streamlit=1.31.0
6-
tqdm=4.66.1
1+
numpy==1.26.3
2+
matplotlib==3.8.2
3+
scipy==1.12.0
4+
nlopt==2.7.1
5+
streamlit==1.31.0
6+
tqdm==4.66.1
77
black
88
flask
99
isort

0 commit comments

Comments
 (0)