Skip to content

Commit

Permalink
updating numba and pandas in the conda env files
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensle committed Dec 26, 2024
1 parent 44bf037 commit 8bccf2f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions conda-environments/activitysim-dev-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ dependencies:
- nbconvert
- nbformat
- nbmake
- numba = 0.57.*
- numba = 0.60.*
- numexpr
- numpy = 1.23.*
- numpydoc
- openmatrix = 0.3.*
- orca = 1.8
- pandas = 1.4.*
- pandas = 1.5.*
- pandera >= 0.15, <0.18.1
- platformdirs = 3.2.*
- pre-commit
Expand Down
4 changes: 2 additions & 2 deletions conda-environments/activitysim-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ dependencies:
- nbconvert
- nbformat
- nbmake
- numba = 0.57.*
- numba = 0.60.*
- numexpr
- numpy = 1.23.*
- numpydoc
- openmatrix = 0.3.*
- orca = 1.8
- pandas = 1.4.*
- pandas = 1.5.*
- pandera >= 0.15, <0.18.1
- platformdirs = 3.2.*
- pre-commit
Expand Down
4 changes: 2 additions & 2 deletions conda-environments/github-actions-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ dependencies:
- isort = 5.12.0
- matplotlib = 3.9.*
- nbmake = 1.4.6
- numba = 0.57.*
- numba = 0.60.*
- numpy = 1.23.5
- openmatrix = 0.3.5.0
- orca = 1.8
- pandera >= 0.15, <0.18.1
- pandas = 1.4.*
- pandas = 1.5.*
- platformdirs = 3.2.*
- psutil = 5.9.*
- pyarrow = 11.*
Expand Down

0 comments on commit 8bccf2f

Please sign in to comment.