Skip to content

Commit

Permalink
Eliminate potential problems during container build
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLoecker committed Mar 8, 2023
1 parent 5a9d581 commit 1ee0111
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ dependencies:
- xlrd==2.*
- pip==23.*
- pip:
# - git+https://github.com/babessell1/cobamp.git@master#egg=cobamp
# - git+https://github.com/babessell1/troppo.git@master#egg=troppo
# - memote==0.*
- framed==0.*
- gurobipy==10.*
- git+https://github.com/babessell1/cobamp.git@master#egg=cobamp
- git+https://github.com/babessell1/troppo.git@master#egg=troppo
- memote==0.*
# - framed==0.*
# - gurobipy==10.*


# - pytest==4.6.11

0 comments on commit 1ee0111

Please sign in to comment.