Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ausgerechnet committed Feb 27, 2025
1 parent 725affb commit 7c96c3f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pytest==7.4.0
pylint==2.17.5
pytest-cov==4.1.0
twine==4.0.2
setuptools==68.0.0
cython==3.0.0
wheel
wheel==0.45.1
twine==6.1.0
setuptools==75.8.2
cython==3.0.12
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pandas>=2.0,<3.0
numpy>=1.24.0,<2.0
numpy>=2.0,3.0
scipy>=1.10.0,<2.0
rbo>=0.1.3,<0.2
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@
EMAIL = '[email protected]'
AUTHOR = 'Philipp Heinrich & Markus Opolka'

REQUIRES_PYTHON = '>=3.8'
REQUIRES_PYTHON = '>=3.9'
REQUIRED = [
'wheel',
'pandas>=2.0,<3.0',
'numpy>=2.0,<3.0',
'scipy>=1.10.0,<2.0',
'rbo>=0.1.3,<0.2'
]
Expand Down Expand Up @@ -98,11 +99,11 @@ def run(self):
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Programming Language :: Cython',
],
)

0 comments on commit 7c96c3f

Please sign in to comment.