Skip to content

Commit

Permalink
Develop: Update environment.yml to fix scipy version issue
Browse files Browse the repository at this point in the history
Hotfix as merged on main
  • Loading branch information
kccwing authored Feb 26, 2024
1 parent a9dae9c commit 0cb4c64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ dependencies:
- pyOpenSSL>=19.0.0
- PySocks>=1.7.1
- PyYAML>=5.1.2
- recommonmark>=0.6.0
- recommonmark>=0.6.0
- scipy>=1.11.4,<1.12
- slycot>=0.4.0
- sphinx_rtd_theme>=0.4.3
- wheel>=0.33.6
Expand Down

0 comments on commit 0cb4c64

Please sign in to comment.