Skip to content

Commit

Permalink
update requirement files
Browse files Browse the repository at this point in the history
  • Loading branch information
ronylpatil committed Sep 11, 2024
1 parent ec805a8 commit a33bcbb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
12 changes: 9 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,16 @@

# external requirements
click
setuptools==69.1.1
pytest==8.2.2
setuptools==74.1.0
pytest==8.3.2
tox==4.15.1
flake8==7.0.0
black==24.4.2
mypy==1.10.0
docutils==0.21.2

auto_mix_prep==0.2.0
boto3==1.35.7
numpy==2.1.1
pandas==2.2.2
PyYAML==6.0.2
scikit_learn==1.5.1
3 changes: 3 additions & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pytest==8.3.2
scikit_learn==1.5.1
setuptools==74.1.0

0 comments on commit a33bcbb

Please sign in to comment.