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 a5b8a36
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions conda/environment-test-3.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ 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
Expand Down Expand Up @@ -64,6 +63,7 @@ dependencies:
# pip dependencies
- pip
- pip:
- numpy ==2.0.0rc1
- mypy >=1.8
# docs
- pydata_sphinx_theme
Expand Down
4 changes: 2 additions & 2 deletions conda/environment-test-3.11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ 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
Expand Down Expand Up @@ -64,6 +63,7 @@ dependencies:
# pip dependencies
- pip
- pip:
- numpy >=1.20.0
- mypy >=1.8
# docs
- pydata_sphinx_theme
Expand Down
2 changes: 1 addition & 1 deletion conda/environment-test-3.12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- python=3.12

# runtime
- contourpy >=1.2
- contourpy >=1.2.1
- jinja2 >=2.7
- numpy >=1.20.0
- packaging >=16.8
Expand Down
4 changes: 2 additions & 2 deletions conda/environment-test-3.9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ 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
Expand Down Expand Up @@ -64,6 +63,7 @@ dependencies:
# pip dependencies
- pip
- pip:
- numpy ==2.0.0rc1
- mypy >=1.8
# docs
- pydata_sphinx_theme
Expand Down

0 comments on commit a5b8a36

Please sign in to comment.