-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated requirements for near numba release
- Loading branch information
1 parent
659a124
commit e4c7c4d
Showing
10 changed files
with
42 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# These are the basic requirements for the package | ||
matplotlib>=3.1.0 | ||
numba>=0.56.0 | ||
numpy>=1.22.0 | ||
scipy>=1.10.0 | ||
sympy>=1.9.0 | ||
matplotlib>=3.1 | ||
numba>=0.59 | ||
numpy>=1.22 | ||
scipy>=1.10 | ||
sympy>=1.9 | ||
tqdm>=4.60 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# These are the full requirements used to test all functions | ||
h5py>=2.10 | ||
matplotlib>=3.1.0 | ||
numba>=0.56.0 | ||
numpy>=1.22.0 | ||
matplotlib>=3.1 | ||
numba>=0.59 | ||
numpy>=1.22 | ||
pandas>=1.2 | ||
pyfftw>=0.12 | ||
rocket-fft>=0.2 | ||
scipy>=1.10.0 | ||
sympy>=1.9.0 | ||
scipy>=1.10 | ||
sympy>=1.9 | ||
tqdm>=4.60 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# These are requirements for supporting multiprocessing | ||
h5py>=2.10 | ||
matplotlib>=3.1.0 | ||
matplotlib>=3.1 | ||
mpi4py>=3 | ||
numba>=0.56.0 | ||
numba>=0.59 | ||
numba-mpi>=0.22 | ||
numpy>=1.22.0 | ||
numpy>=1.22 | ||
pandas>=1.2 | ||
scipy>=1.10.0 | ||
sympy>=1.9.0 | ||
scipy>=1.10 | ||
sympy>=1.9 | ||
tqdm>=4.60 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
matplotlib>=3.1.0 | ||
numba>=0.56.0 | ||
numpy>=1.22.0 | ||
scipy>=1.10.0 | ||
sympy>=1.9.0 | ||
matplotlib>=3.1 | ||
numba>=0.59 | ||
numpy>=1.22 | ||
scipy>=1.10 | ||
sympy>=1.9 | ||
tqdm>=4.60 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# These are the full requirements used to test all functions | ||
h5py>=2.10 | ||
matplotlib>=3.1.0 | ||
numba>=0.56.0 | ||
numpy>=1.22.0 | ||
matplotlib>=3.1 | ||
numba>=0.59 | ||
numpy>=1.22 | ||
pandas>=1.2 | ||
pyfftw>=0.12 | ||
rocket-fft>=0.2 | ||
scipy>=1.10.0 | ||
sympy>=1.9.0 | ||
scipy>=1.10 | ||
sympy>=1.9 | ||
tqdm>=4.60 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# These are the minimal requirements used to test compatibility | ||
matplotlib~=3.1.0 | ||
numba~=0.56.0 | ||
numpy~=1.22.0 | ||
scipy~=1.10.0 | ||
sympy~=1.9.0 | ||
matplotlib~=3.1 | ||
numba~=0.59 | ||
numpy~=1.22 | ||
scipy~=1.10 | ||
sympy~=1.9 | ||
tqdm~=4.60 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# These are requirements used to test multiprocessing | ||
h5py>=2.10 | ||
matplotlib>=3.1.0 | ||
matplotlib>=3.1 | ||
mpi4py>=3 | ||
numba>=0.56.0 | ||
numba>=0.59 | ||
numba-mpi>=0.22 | ||
numpy>=1.22.0 | ||
numpy>=1.22 | ||
pandas>=1.2 | ||
scipy>=1.10.0 | ||
sympy>=1.9.0 | ||
scipy>=1.10 | ||
sympy>=1.9 | ||
tqdm>=4.60 |