Skip to content

Commit

Permalink
Adding FM requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillis committed Feb 23, 2025
1 parent f2fdcae commit 05d07f4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: Test Software on Multiple OS and Python Versions

on:
push:
branches:
- main
pull_request:
branches:
- main
on: [push, pull_request]

jobs:
test:
Expand Down
8 changes: 8 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
casadi>=3.6.7
rockit-meco==0.6.0
impact-meco==0.4.1

pandas
torch
plotly
scikit-learn
ipykernel
nbformat
tqdm

0 comments on commit 05d07f4

Please sign in to comment.