Skip to content

Commit 84afa16

Browse files
committed
- Update requirements
- Remove redundant files - Refactor code
1 parent 042664c commit 84afa16

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

requirements.extra.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ pydot==1.4.1
66
python-mnist
77
streamlit==1.12.0
88
streamlit-ace
9-
torch
109
watchdog==1.0.2

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
colorama==0.4.3
22
hypothesis == 6.54
33
mypy == 0.971
4-
numba == 0.56
5-
numpy == 1.22
6-
pre-commit == 2.20.0
7-
pytest == 7.1.2
4+
numba==0.62
5+
numpy==2.2.6
6+
pre-commit==2.20.0
7+
pytest==7.1.2
88
pytest-env
9-
pytest-runner == 5.2
9+
pytest-runner==5.2
1010
typing_extensions

0 commit comments

Comments
 (0)