Skip to content

Commit

Permalink
Updated requirements and python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannam committed Mar 12, 2024
1 parent f897c17 commit ed86e63
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
15 changes: 8 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
attrs>=19.2.0
compas==1.16.0
networkx>=2.5
numpy
progressbar2>=3.53
pyclipper>=1.2.0
rdp>=0.8
libigl>=2.4.1
compas>=1.16.0,<2.0.0
networkx>=2.5,<3.2
numpy<=1.23.2
progressbar2>=3.53,<4.4
pyclipper>=1.2.0,<1.3.0
rdp==0.8
libigl>=2.4.1,<2.5.0
p
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ def read(*names, **kwargs):
"Operating System :: Unix",
"Operating System :: POSIX",
"Operating System :: Microsoft :: Windows",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: Implementation :: CPython",
Expand All @@ -63,7 +58,7 @@ def read(*names, **kwargs):
include_package_data=True,
zip_safe=False,
install_requires=[requirements],
python_requires=">=2.7",
python_requires=">=3.8",
extras_require=optional_requirements,
entry_points={
"console_scripts": [],
Expand Down

0 comments on commit ed86e63

Please sign in to comment.