Skip to content

Commit

Permalink
downgrade numpy so it works with python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fzumstein committed Aug 20, 2024
1 parent a4ef435 commit c85dd9d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements-dev-win.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ markupsafe==2.1.5
# jinja2
nodeenv==1.9.1
# via pre-commit
numpy==2.1.0
numpy==2.0.1
# via
# -r requirements.txt
# pandas
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ markupsafe==2.1.5
# jinja2
nodeenv==1.9.1
# via pre-commit
numpy==2.1.0
numpy==2.0.1
# via
# -r requirements.txt
# pandas
Expand Down
2 changes: 1 addition & 1 deletion requirements-win.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ markupsafe==2.1.5
# via
# -r requirements-core.txt
# jinja2
numpy==2.1.0
numpy==2.0.1
# via
# -r requirements.in
# pandas
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@

-r requirements-core.txt # Don't delete this line
azure-functions; sys_platform != 'win32'
numpy
numpy==2.0.1 # 2.1.0 doesn't offer a build for Python 3.9
pandas
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ markupsafe==2.1.5
# via
# -r requirements-core.txt
# jinja2
numpy==2.1.0
numpy==2.0.1
# via
# -r requirements.in
# pandas
Expand Down

0 comments on commit c85dd9d

Please sign in to comment.