Skip to content

Commit

Permalink
Updated environment-dev.yml and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanbabbar04 committed Feb 18, 2023
1 parent e473d84 commit a2743d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- python>=3.6.4
- pip
- mkl
- mkl-fft
- mkl_fft
- mkl-service
- numpy>=1.21.0
- scipy>=1.4.0
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ def src(pth):
extras_require={
"advanced": [
"llvmlite",
"mkl",
"mkl_fft",
"mkl-service"
"numba",
"pyfftw",
"PyWavelets",
Expand Down

0 comments on commit a2743d0

Please sign in to comment.