Skip to content

Commit

Permalink
FIX: change gcc dependency to c-compiler to make it cross-platform
Browse files Browse the repository at this point in the history
  • Loading branch information
ruokolt committed Sep 15, 2023
1 parent 9923b2e commit 3cea8d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
dependencies:
- python=3.10
- gcc
- c-compiler
- pip
- pip:
- .[dev]
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
dependencies:
- python=3.10
- gcc
- c-compiler
- pip
- pip:
- .

0 comments on commit 3cea8d1

Please sign in to comment.