Skip to content

Commit

Permalink
test with numpy 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bryevdv committed Apr 28, 2024
1 parent d323dbf commit 78851c1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
6 changes: 3 additions & 3 deletions conda/environment-test-3.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ dependencies:
- python=3.10

# runtime
- contourpy >=1.2
- contourpy >=1.2.1
- jinja2 >=2.7
- numpy >=1.20.0
- packaging >=16.8
- pandas >=1.2
- pillow >=4.0
- python-dateutil >=2.1
- pyyaml >=3.10
Expand Down Expand Up @@ -64,6 +62,8 @@ dependencies:
# pip dependencies
- pip
- pip:
- numpy ==2.0.0rc1
- pandas
- mypy >=1.8
# docs
- pydata_sphinx_theme
Expand Down
6 changes: 3 additions & 3 deletions conda/environment-test-3.11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ dependencies:
- python=3.11

# runtime
- contourpy >=1.2
- contourpy >=1.2.1
- jinja2 >=2.7
- numpy >=1.20.0
- packaging >=16.8
- pandas >=1.2
- pillow >=4.0
- python-dateutil >=2.1
- pyyaml >=3.10
Expand Down Expand Up @@ -64,6 +62,8 @@ dependencies:
# pip dependencies
- pip
- pip:
- numpy >=1.20.0
- pandas
- mypy >=1.8
# docs
- pydata_sphinx_theme
Expand Down
5 changes: 3 additions & 2 deletions conda/environment-test-3.12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ dependencies:
- python=3.12

# runtime
- contourpy >=1.2
- contourpy >=1.2.1
- jinja2 >=2.7
- numpy >=1.20.0
- packaging >=16.8
- pandas >=1.2
- pillow >=4.0
- python-dateutil >=2.1
- pyyaml >=3.10
Expand Down Expand Up @@ -64,6 +63,8 @@ dependencies:
# pip dependencies
- pip
- pip:
- numpy ==2.0.0rc1
- pandas
- mypy >=1.8
# docs
- pydata_sphinx_theme
Expand Down
6 changes: 3 additions & 3 deletions conda/environment-test-3.9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ dependencies:
- python=3.9

# runtime
- contourpy >=1.2
- contourpy >=1.2.1
- jinja2 >=2.7
- numpy >=1.20.0
- packaging >=16.8
- pandas >=1.2
- pillow >=4.0
- python-dateutil >=2.1
- pyyaml >=3.10
Expand Down Expand Up @@ -64,6 +62,8 @@ dependencies:
# pip dependencies
- pip
- pip:
- numpy ==2.0.0rc1
- pandas
- mypy >=1.8
# docs
- pydata_sphinx_theme
Expand Down

0 comments on commit 78851c1

Please sign in to comment.