Skip to content

Commit

Permalink
numpy max 1.21
Browse files Browse the repository at this point in the history
closes #533
  • Loading branch information
jpn-- committed Feb 22, 2022
1 parent 74569ce commit aa69037
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda-environments/activitysim-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
dependencies:
- python=3.9
- pip
- numpy >= 1.16.1
- numpy >= 1.16.1,<=1.21
- pandas >= 1.1.0
- pyarrow >= 2.0
- openmatrix >= 0.3.4.1
Expand Down
2 changes: 1 addition & 1 deletion conda-environments/activitysim-test-larch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ channels:
dependencies:
- python=${TRAVIS_PYTHON_VERSION}
- pip
- numpy >= 1.16.1
- numpy >= 1.16.1,<=1.21
- pandas >= 1.1.0
- pyarrow >= 2.0
- openmatrix >= 0.3.4.1
Expand Down
2 changes: 1 addition & 1 deletion conda-environments/activitysim-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ channels:
dependencies:
- python=${TRAVIS_PYTHON_VERSION}
- pip
- numpy >= 1.16.1
- numpy >= 1.16.1,<=1.21
- pandas >= 1.1.0
- pyarrow >= 2.0
- openmatrix >= 0.3.4.1
Expand Down

0 comments on commit aa69037

Please sign in to comment.