Skip to content

Commit

Permalink
pinning scikit-learn version to 1.0.2 for model compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
crvernon committed Jun 13, 2024
1 parent 2197ab3 commit 9287edd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pytz>=2021.3
PyYAML>=6.0
requests>=2.27.1
Rtree>=0.9.7
scikit-learn>=1.0.2
scikit-learn==1.0.2
scipy>=1.7.3
Shapely>=1.8.0
six>=1.16.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def readme():
'PyYAML>=6.0',
'requests>=2.27.1',
'Rtree>=0.9.7',
'scikit-learn>=1.0.2',
'scikit-learn==1.0.2',
'scipy>=1.7.3',
'Shapely>=1.8.0',
'six>=1.16.0',
Expand Down

0 comments on commit 9287edd

Please sign in to comment.