Skip to content

Commit

Permalink
Automated Latest Dependency Updates (#284)
Browse files Browse the repository at this point in the history
Co-authored-by: lajohn4747 <[email protected]>
Co-authored-by: Andrew Montanez <[email protected]>
  • Loading branch information
3 people authored Apr 12, 2024
1 parent a81359c commit 6abd395
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ endif

.PHONY: check-deps
check-deps: # Dependency targets
$(eval allow_list='appdirs=|boto3=|botocore=|compress-pickle=|humanfriendly=|\
numpy=|pandas=|psutil=|scikit-learn=|scipy=|tabulate=|torch=|tqdm=|XlsxWriter=|rdt=|sdmetrics=|sdv=')
$(eval allow_list='appdirs=|compress-pickle=|humanfriendly=|numpy=|pandas=|\
psutil=|scikit-learn=|scipy=|tabulate=|torch=|tqdm=|XlsxWriter=|rdt=|sdmetrics=|sdv=')
pip freeze | grep -v "SDMetrics.git" | grep -E $(allow_list) | sort > $(OUTPUT_FILEPATH)

.PHONY: check-release
Expand Down
14 changes: 6 additions & 8 deletions latest_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
XlsxWriter==3.2.0
appdirs==1.4.4
boto3==1.34.55
botocore==1.34.55
compress-pickle==2.1.0
humanfriendly==10.0
pandas==2.2.1
pandas==2.2.2
psutil==5.9.8
rdt==1.9.2
scikit-learn==1.4.1.post1
scipy==1.12.0
rdt==1.11.0
scikit-learn==1.4.2
scipy==1.13.0
sdmetrics==0.13.0
sdv==1.10.0
sdv==1.11.0
tabulate==0.8.10
torch==2.2.1
torch==2.2.2
tqdm==4.66.2
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ requires-python = '>=3.8,<3.12'
readme = 'README.md'
dependencies = [
'appdirs>=1.3',
'boto3>=1.15.0',
'botocore>=1.18',
'boto3>=1.15.0,<2',
'botocore>=1.18,<2',
'compress-pickle>=1.2.0',
'humanfriendly>=8.2',
"numpy>=1.20.0;python_version<'3.10'",
Expand Down

0 comments on commit 6abd395

Please sign in to comment.