Skip to content

Commit

Permalink
Merge pull request #282 from ImperialCollegeLondon/dev_hotfix_scipy
Browse files Browse the repository at this point in the history
Develop: Update environment.yml to fix scipy version issue
  • Loading branch information
kccwing committed Feb 26, 2024
2 parents a9dae9c + 0cb4c64 commit d8972bb
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 d8972bb

Please sign in to comment.