Skip to content

Commit

Permalink
Fixing some versions to solve github actions not able to install
Browse files Browse the repository at this point in the history
  • Loading branch information
gAldeia committed Apr 21, 2024
1 parent 88c8e0c commit f54104f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: brush
channels:
- conda-forge
dependencies:
- python=3.8.2
- python>=3.9 #=3.8.2
- cmake #=3.18.*
- eigen #=3.4.*
- fmt
- gcc >= 12.0
- gxx >= 12.0
- ninja
- ceres-solver
- pybind11=2.6.2
- ceres-solver=2.1.0
- pybind11>=2.6.2
- pytest #=6.2.4
- pydot
- scikit-learn
Expand Down

0 comments on commit f54104f

Please sign in to comment.