Skip to content

Commit 8106186

Browse files
committed
docs: update contributing guidelines
1 parent 28bedf8 commit 8106186

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements.dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
mypy~=1.10.0
2-
black~=24.4.2
3-
isort~=5.13.2
1+
ruff~=0.4.4
2+
jupyter~=1.0.0
43
pytest~=7.4.4
5-
scikit-learn~=1.5.1
4+
mypy~=1.10.0
5+
ipykernel~=6.29.4

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ sympy~=1.13.1
44
matplotlib~=3.8.4
55
numba~=0.59.0
66
mpmath~=1.3.0
7-
sympy~=1.13.1
7+
scikit-learn>=1.0.0

0 commit comments

Comments
 (0)