Skip to content

Commit b135069

Browse files
author
karosc
committed
update build and test reqs
1 parent f3d9c52 commit b135069

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

swmm-toolkit/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33

44
pytest==6.1.1
5-
numpy==1.19.5
5+
numpy==1.21.5
66
aenum==2.2.6

swmm-toolkit/tools/build-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ done
5252

5353

5454
# Install packages and test
55-
for PYBIN in /opt/python/cp{36,37,38,39,310}*/bin; do
55+
for PYBIN in /opt/python/cp{37,38,39,310}*/bin; do
5656
# Setup python virtual environment for test
5757
${PYBIN}/python -m venv --clear ./test-env
5858
source ./test-env/bin/activate

0 commit comments

Comments
 (0)