Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update deps
  • Loading branch information
adam-urbanczyk committed Mar 14, 2025
commit 31f8c2854abd1447a4b7ad8aeb5237a63b564fca
2 changes: 2 additions & 0 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ requirements:
- multimethod >=1.11,<2.0
- casadi
- typish
- trame
- trame-vtk

test:
requires:
Expand Down
2 changes: 2 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ dependencies:
- pathspec
- click
- appdirs
- trame
- trame-vtk
- pip
- pip:
- --editable=.
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
"typish",
"casadi",
"path",
"trame",
"trame-vtk"
]


Expand Down