Skip to content

Commit 71a37c3

Browse files
requirements file (#256)
* setup.py matches requirements and comment in requirements * cleanup * Update requirements.txt * Update setup.py --------- Co-authored-by: Matthias Diener <[email protected]>
1 parent 21c0160 commit 71a37c3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
cython>=3.0.0
2+
numpy
3+
greenlet>=3.0.0
4+
5+
# Required for the charm++ build:
6+
cmake

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ def install(self):
386386
'charmrun = charmrun.start:start',
387387
],
388388
},
389-
install_requires=['numpy>=1.10.0', 'greenlet', 'cython'],
389+
install_requires=['numpy>=1.10.0', 'greenlet>=3.0.0', 'cython>=3.0.0', 'cmake'],
390390
#python_requires='>=2.7, ~=3.4',
391391
classifiers=[
392392
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)