Skip to content

Commit

Permalink
Update to second release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Jun 4, 2024
1 parent 40c149b commit bb0c7ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def __ne__(self, other):
'sphinx-toolbox>=2.16.0',
'sphinx-jinja2-compat>=0.1.1',
'enum_tools',
'numpy==2.0.0rc1', # Needed by autodoc for pynumero
'numpy==2.0.0rc2', # Needed by autodoc for pynumero
'scipy', # Needed by autodoc for pynumero
],
'optional': [
Expand All @@ -273,7 +273,7 @@ def __ne__(self, other):
# installed on python 3.8
'networkx<3.2; python_version<"3.9"',
'networkx; python_version>="3.9"',
'numpy==2.0.0rc1',
'numpy==2.0.0rc2',
'openpyxl', # dataportals
#'pathos', # requested for #963, but PR currently closed
'pint', # units
Expand Down

0 comments on commit bb0c7ca

Please sign in to comment.