Skip to content

Commit

Permalink
Numba 0.55 (#634)
Browse files Browse the repository at this point in the history
* Numba 0.55

* fix requirements
  • Loading branch information
JoranAngevaare committed Jan 14, 2022
1 parent c376a40 commit d3608ef
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions extra_requirements/requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,10 @@ lz4==3.1.10
memory_profiler==0.60.0
mongomock==3.23.0
npshmex==0.2.1
numba==0.55.0rc1; python_version=="3.10"
numba==0.54.1; python_version<="3.9"
numba==0.55.0
numexpr==2.8.1
numpy==1.21.5; python_version=="3.10"
numpy==1.20.3; python_version<="3.9"
pandas==1.3.5; python_version=="3.10"
pandas==1.3.2; python_version<="3.9"
numpy==1.21.5
pandas==1.3.5
packaging==21.3
pdmongo==0.1.0
psutil==5.9.0
Expand Down

0 comments on commit d3608ef

Please sign in to comment.