Skip to content

Commit

Permalink
ci: require newer node for pyright (#1660)
Browse files Browse the repository at this point in the history
Fixes #1659.
  • Loading branch information
lidavidm authored Mar 25, 2024
1 parent bc26d55 commit dd0c14b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/conda_env_python.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

Cython
importlib-resources
# nodejs is required by pyright
nodejs >=13.0.0
pandas
pyarrow>=8.0.0
pyright
Expand Down

0 comments on commit dd0c14b

Please sign in to comment.