Skip to content

Commit

Permalink
compas version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Mar 2, 2024
1 parent 8ae7e61 commit 11c54c1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions env_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ channels:
- conda-forge
dependencies:
- python
- compas ==1.16.0
- compas_view2 ==0.7.0
- compas
- compas_view2
- ipopt
- pip:
- -r requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions env_osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ channels:
- conda-forge
dependencies:
- python
- compas ==1.16.0
- compas_view2 ==0.7.0
- compas
- compas_view2
- ipopt
- pip:
- -r requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions env_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ channels:
- conda-forge
dependencies:
- python
- compas ==1.16.0
- compas_view2 ==0.7.0
- compas
- compas_view2
- ipopt==3.11.1
- pip:
- -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pyomo ==6.4.2
compas >=1.16.0
compas >=2.0
compas_assembly >=0.7.0
1 change: 1 addition & 0 deletions src/compas_cra/viewers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from .cra_view import (
cra_view,
cra_view_ex,
)

__all__ = ["cra_view", "cra_view_ex"]

0 comments on commit 11c54c1

Please sign in to comment.