Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alchemyst committed Nov 27, 2023
1 parent 42da96c commit a2aa098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
activate-environment: dynamicscontrol
environment-file: environment.yml
#python-version: 3.7
python-version: 3.11
auto-activate-base: false
- run: pip install .
- run: |
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies:
- slycot
- pandas
- keras
- tensorflow-base
- scikit-learn
- pytest
- jupyter
Expand Down

0 comments on commit a2aa098

Please sign in to comment.