Skip to content

Commit 8bccf2f

Browse files
committed
updating numba and pandas in the conda env files
1 parent 44bf037 commit 8bccf2f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

conda-environments/activitysim-dev-base.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ dependencies:
3737
- nbconvert
3838
- nbformat
3939
- nbmake
40-
- numba = 0.57.*
40+
- numba = 0.60.*
4141
- numexpr
4242
- numpy = 1.23.*
4343
- numpydoc
4444
- openmatrix = 0.3.*
4545
- orca = 1.8
46-
- pandas = 1.4.*
46+
- pandas = 1.5.*
4747
- pandera >= 0.15, <0.18.1
4848
- platformdirs = 3.2.*
4949
- pre-commit

conda-environments/activitysim-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ dependencies:
3232
- nbconvert
3333
- nbformat
3434
- nbmake
35-
- numba = 0.57.*
35+
- numba = 0.60.*
3636
- numexpr
3737
- numpy = 1.23.*
3838
- numpydoc
3939
- openmatrix = 0.3.*
4040
- orca = 1.8
41-
- pandas = 1.4.*
41+
- pandas = 1.5.*
4242
- pandera >= 0.15, <0.18.1
4343
- platformdirs = 3.2.*
4444
- pre-commit

conda-environments/github-actions-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ dependencies:
1414
- isort = 5.12.0
1515
- matplotlib = 3.9.*
1616
- nbmake = 1.4.6
17-
- numba = 0.57.*
17+
- numba = 0.60.*
1818
- numpy = 1.23.5
1919
- openmatrix = 0.3.5.0
2020
- orca = 1.8
2121
- pandera >= 0.15, <0.18.1
22-
- pandas = 1.4.*
22+
- pandas = 1.5.*
2323
- platformdirs = 3.2.*
2424
- psutil = 5.9.*
2525
- pyarrow = 11.*

0 commit comments

Comments
 (0)