Skip to content

Commit ed86e63

Browse files
author
ioannam
committed
Updated requirements and python versions
1 parent f897c17 commit ed86e63

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

requirements.txt

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
attrs>=19.2.0
2-
compas==1.16.0
3-
networkx>=2.5
4-
numpy
5-
progressbar2>=3.53
6-
pyclipper>=1.2.0
7-
rdp>=0.8
8-
libigl>=2.4.1
2+
compas>=1.16.0,<2.0.0
3+
networkx>=2.5,<3.2
4+
numpy<=1.23.2
5+
progressbar2>=3.53,<4.4
6+
pyclipper>=1.2.0,<1.3.0
7+
rdp==0.8
8+
libigl>=2.4.1,<2.5.0
9+
p

setup.py

+1-6
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ def read(*names, **kwargs):
4444
"Operating System :: Unix",
4545
"Operating System :: POSIX",
4646
"Operating System :: Microsoft :: Windows",
47-
"Programming Language :: Python",
48-
"Programming Language :: Python :: 2.7",
49-
"Programming Language :: Python :: 3",
50-
"Programming Language :: Python :: 3.6",
51-
"Programming Language :: Python :: 3.7",
5247
"Programming Language :: Python :: 3.8",
5348
"Programming Language :: Python :: 3.9",
5449
"Programming Language :: Python :: Implementation :: CPython",
@@ -63,7 +58,7 @@ def read(*names, **kwargs):
6358
include_package_data=True,
6459
zip_safe=False,
6560
install_requires=[requirements],
66-
python_requires=">=2.7",
61+
python_requires=">=3.8",
6762
extras_require=optional_requirements,
6863
entry_points={
6964
"console_scripts": [],

0 commit comments

Comments
 (0)