Skip to content

Commit

Permalink
Merge pull request #8492 from statsmodels/pins
Browse files Browse the repository at this point in the history
MAINT: Refine pins
  • Loading branch information
bashtage committed Nov 1, 2022
2 parents 1b59dcc + 6a9f391 commit 9d6b9d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -13,7 +13,7 @@ requires = [
"scipy>=1.3,<1.9; python_version=='3.8' and platform_system=='Windows' and platform_machine=='x86'",
"scipy>=1.3,<1.9; python_version=='3.9' and platform_system=='Windows' and platform_machine=='x86'",
# Cap at 1.9.x for all other platforms
"scipy>=1.3,<1.10; (python_version>'3.7' or platform_system!='Windows' or platform_machine!='x86') and python_version<'3.12'",
"scipy>=1.3,<1.10; (python_version>'3.9' or platform_system!='Windows' or platform_machine!='x86') and python_version<'3.12'",
"scipy>=1.9; python_version>='3.12'",
"setuptools_scm[toml]>=7.0,<8"
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -6,7 +6,7 @@ scipy>=1.3,<1.8; python_version=="3.7"
# 1.9+ Not available for 32-bit windows, so use 1.8 for all 3.8 & 3.9 w/ 32-bit Windows
scipy>=1.3,<1.9; python_version=="3.8" and platform_system=="Windows" and platform_machine=="x86"
scipy>=1.3,<1.9; python_version=="3.9" and platform_system=="Windows" and platform_machine=="x86"
scipy>=1.3; (python_version>"3.7" or platform_system!="Windows" or platform_machine!="x86") and python_version<"3.12"
scipy>=1.3; (python_version>"3.9" or platform_system!="Windows" or platform_machine!="x86") and python_version<"3.12"
pandas>=0.25
patsy>=0.5.2
packaging>=21.3

0 comments on commit 9d6b9d7

Please sign in to comment.