-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Changed the BLAST execution to be multi-processed. Added a command-line argument -cores <umber of cores> for the BLAST execution. - Removed the special conda environment file for linux. Now there is one environment file (clans_2_2.yml) that uses the conda-forge channel for all the OS. - Changed the version of the numba package to 0.53.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ name: clans_2_2 | |
channels: | ||
- conda-forge | ||
dependencies: | ||
- numba=0.50 | ||
- numba=0.53 | ||
- mkl | ||
- vispy | ||
- pyqt | ||
|