Skip to content

Commit

Permalink
move streamlit from to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MAfarrag committed Aug 11, 2024
1 parent 1dae011 commit 38518af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ dependencies = [
"pip >= 24.0.05",
"pypdf >= 4.2.0",
"python-dotenv ~= 1.0.1",
"streamlit ~= 1.29.0",
"transformers >= 4.42.3",
"torch == 2.4.0"
]
Expand All @@ -43,6 +42,7 @@ test = [
"nbval >= 0.11.0",
]
dev = [
"streamlit ~= 1.29.0",
"pytest >= 8.2.2",
"pytest-cov >= 5.0.0",
"jupyter",
Expand Down

0 comments on commit 38518af

Please sign in to comment.