Skip to content

Commit a827e13

Browse files
authored
Add setuptools to requirements (#91)
1 parent 8b7c9f8 commit a827e13

4 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ All notable changes to this project will be documented in this file.
66
The format is based on `Keep a Changelog`_,
77
and this project adheres to `Semantic Versioning`_.
88

9+
`Unreleased`_
10+
--------------------------
11+
Changed
12+
'''''''
13+
- Updated version numbers of dependencies per security report.
14+
15+
916
`1.5.8`_ - 2023-08-25
1017
--------------------------
1118
Added

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ gmsh==4.11.1
22
matplotlib==3.7.2
33
numpy==1.24.4
44
pybind11==2.4.3
5+
setuptools>=65.5.1
56
sphinx==4.2.0
67
sphinx-gallery==0.8.1

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ numpy==1.24.4
77
pyquaternion==0.9.5
88
pyvoro-mmalahe==1.3.4
99
scipy==1.10.1
10+
setuptools>=65.5.1
1011
xmltodict==0.12.0
1112
tox==3.14.0
1213
lsq-ellipse==2.0.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def find_version(*fname):
8282
'lsq-ellipse',
8383
'matplotlib>=3.4.0',
8484
'meshpy>=2018.2.1',
85-
'numpy>=1.13.0',
85+
'numpy>=1.22.2',
8686
'pygmsh>=7.0.2',
8787
'pyquaternion',
8888
'pyvoro-mmalahe>=1.3.4', # install issue with pyvoro

0 commit comments

Comments
 (0)