Skip to content

Commit

Permalink
[CHORE] unpin numpy version for py<3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Chia committed Jun 23, 2023
1 parent 3a0ba3d commit e8d9394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ lxml==4.9.2
dask==2022.2.0; python_version < '3.8'
dask==2023.5.0; python_version == '3.8'
dask==2023.6.0; python_version >= '3.9'
numpy; python_version < '3.8'
numpy==1.25.0; python_version >= '3.8'
numpy; python_version < '3.9'
numpy==1.25.0; python_version >= '3.9'
pandas==1.3.5; python_version < '3.8'
pandas==2.0.2; python_version >= '3.8'
xxhash>=3.0.0
Expand Down

0 comments on commit e8d9394

Please sign in to comment.