Skip to content

Commit f309c4f

Browse files
committed
prep for python 3.9
1 parent d42fbd8 commit f309c4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ matplotlib >= 3.1; python_version >= '3.8' and sys_platform == 'win32'
1010
matplotlib >= 2.2; python_version >= '3.5' and sys_platform != 'win32'
1111
networkx
1212
numba
13-
numpy >= 1.15.4, <= 1.19.3; sys_platform == 'win32'
14-
numpy >=1.15.4; sys_platform != 'win32'
13+
numpy >= 1.15.4
1514
pillow
1615
planarity
1716
pycollada

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def read(*names, **kwargs):
4848
'Programming Language :: Python :: 3.6',
4949
'Programming Language :: Python :: 3.7',
5050
'Programming Language :: Python :: 3.8',
51+
'Programming Language :: Python :: 3.9',
5152
'Programming Language :: Python :: Implementation :: CPython',
5253
],
5354
keywords=['architecture', 'engineering', 'fabrication', 'construction'],

0 commit comments

Comments
 (0)