Skip to content

Commit

Permalink
Moved gpytorch (pure Python) to pip
Browse files Browse the repository at this point in the history
Hoping to speed up solution times
  • Loading branch information
WardLT committed Oct 18, 2023
1 parent ae18546 commit f73cafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envs/environment-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ dependencies:

# Use Conda PyTorch to avoid OpenMP disagreement with other libraries
- pytorch==2.0.*
- gpytorch==1.11.*
- cpuonly

- pip
- pip:
- git+https://gitlab.com/ase/ase.git # Needed for MOPAC
- gpytorch==1.11.*
- -e ..[test]

0 comments on commit f73cafe

Please sign in to comment.