Skip to content

Commit 3e3fc48

Browse files
Merge pull request #115 from IBM/secfix-upgrade-scipy
Upgrade scipy version
2 parents f681dcc + 532f6fd commit 3e3fc48

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ Supported EnergyPlus versions:
4747
| 9.4.0 | [EnergyPlus-9.4.0-998c4b761e-Linux-Ubuntu20.04-x86_64.sh](https://github.com/NREL/EnergyPlus/releases/download/v9.4.0/EnergyPlus-9.4.0-998c4b761e-Linux-Ubuntu20.04-x86_64.sh) | [EnergyPlus-9.4.0-998c4b761e-Darwin-macOS10.15-x86_64.dmg](https://github.com/NREL/EnergyPlus/releases/download/v9.4.0/EnergyPlus-9.4.0-998c4b761e-Darwin-macOS10.15-x86_64.dmg) |
4848
| 9.5.0 | [EnergyPlus-9.5.0-de239b2e5f-Linux-Ubuntu20.04-x86_64.sh](https://github.com/NREL/EnergyPlus/releases/download/v9.5.0/EnergyPlus-9.5.0-de239b2e5f-Linux-Ubuntu20.04-x86_64.sh) | [EnergyPlus-9.5.0-de239b2e5f-Darwin-macOS11.2-arm64.dmg](https://github.com/NREL/EnergyPlus/releases/download/v9.5.0/EnergyPlus-9.5.0-de239b2e5f-Darwin-macOS11.2-arm64.dmg) |
4949

50+
and up to EnergyPlus 22.2.0. See `EnergyPlus` folder which provides a list of available patches.
51+
5052
You can also download the installer at https://github.com/NREL/EnergyPlus/releases/.
5153

5254
##### Ubuntu

requirements/baselines.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
numpy==1.24.1
22
pandas==1.3.5
3-
scipy==1.8.0
3+
scipy==1.10.0
44
matplotlib==3.2.1
55
gym==0.15.7
66
tensorflow==2.11.1

requirements/ray.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
numpy==1.24.1
22
pandas==1.3.5
3-
scipy==1.8.0
3+
scipy==1.10.0
44
matplotlib==3.2.1
55
tensorflow==2.11.1
66
gym==0.21.0

0 commit comments

Comments
 (0)