-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix conflicting python versions in conda workflow (#62)
* Set python version in conda env to 3.10 * Set python version in conda workflow to 3.10 * Try Python 3.11 * Add boost as dep * Clean CMakefile * Add gcc as dependency * Add conda install for libgcc * Fix the interpreter version --------- Co-authored-by: Clement Helsens <[email protected]>
- Loading branch information
1 parent
c6531a5
commit 6691bae
Showing
5 changed files
with
16 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
name: test-with-conda | ||
dependencies: | ||
- python>=3.10 | ||
# - gcc_linux-64 | ||
# - gxx_linux-64 | ||
- libgcc | ||
- python>=3.11 | ||
- numpy | ||
- matplotlib | ||
- scikit-learn | ||
- pybind11 | ||
- pandas | ||
- pytest | ||
- boost-cpp |
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
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