Skip to content

Commit

Permalink
Adding the gcc, gxx, pybind to the env file
Browse files Browse the repository at this point in the history
  • Loading branch information
DomInvivo committed Sep 25, 2024
1 parent e887176 commit 7e12148
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ dependencies:
- sympy
- tensorboard
- pydantic <2 # because of lightning. See https://github.com/Lightning-AI/lightning/issues/18026 and https://github.com/Lightning-AI/lightning/pull/18022
- pytdc

# Dev
- pytest >=6.0
Expand All @@ -70,7 +71,13 @@ dependencies:
- markdown-include
- mike >=1.0.0

# C++ dependencies
- gcc_linux-64 # I find that I need to enforce `gcc_linux-64`, but that won't work with Mac, Windows, or Arm-Linux
- gxx_linux-64 # I find that I need to enforce `gxx_linux-64`, but that won't work with Mac, Windows, or Arm-Linux
- libgcc
- pybind11
- boost

- pip:
- lightning-graphcore # optional, for using IPUs only
- hydra-core>=1.3.2
- hydra-optuna-sweeper
# - hydra-optuna-sweeper Optional

0 comments on commit 7e12148

Please sign in to comment.