Skip to content

Commit

Permalink
Use exact numpy version as 1.19 does not have Python 3.9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Sep 16, 2024
1 parent eebfea4 commit deb83bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
title: AMD64 Conda Python 3.9 Pandas 1.1
python: 3.9
pandas: "1.1"
numpy: 1.19
numpy: 1.19.5
- name: conda-python-3.11-pandas-latest
cache: conda-python-3.11
image: conda-python-pandas
Expand Down
2 changes: 1 addition & 1 deletion dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1541,7 +1541,7 @@ tasks:

############################## Integration tests ############################

{% for python_version, pandas_version, numpy_version, cache_leaf in [("3.9", "1.1", "1.19", True),
{% for python_version, pandas_version, numpy_version, cache_leaf in [("3.9", "1.1", "1.19.5", True),
("3.10", "latest", "latest", False),
("3.11", "latest", "1.26", False),
("3.11", "latest", "latest", False),
Expand Down

0 comments on commit deb83bf

Please sign in to comment.