Skip to content

Commit

Permalink
bump to pandas 1.4.4 and numba 0.58.1 in requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeline committed Aug 30, 2024
1 parent bcd699a commit 4b13d48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ def __getattr__(cls, name):
MOCK_MODULES = []
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
"""
# import distutils before calling pd.show_versions()
# import distutils before calling pd.show_versions(). not needed for pd >= 1.4.x
# https://github.com/pypa/setuptools/issues/3044
import distutils # noqa: F401
#import distutils # noqa: F401

import pandas as pd
pd.show_versions()
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ ipython==8.13.0
kiwisolver==1.4.4
matplotlib==3.5.1
more-itertools==9.1.0
numba==0.58.1
numpy==1.24.2
pandas==1.3.5
pandas==1.4.4
pluggy==1.0.0
pvlib==0.9.4
pvmismatch==4.1
Expand Down

0 comments on commit 4b13d48

Please sign in to comment.