13 buildPythonPackage rec {
14 pname = "pandas-datareader";
18 disabled = pythonOlder "3.6" || pythonAtLeast "3.12";
21 inherit pname version;
22 sha256 = "9fc3c63d39bc0c10c2683f1c6d503ff625020383e38f6cbe14134826b454d5a6";
25 build-system = [ setuptools ];
33 # Tests are trying to load data over the network
35 pythonImportsCheck = [ "pandas_datareader" ];
38 description = "Up to date remote data access for pandas, works for multiple versions of pandas";
39 homepage = "https://github.com/pydata/pandas-datareader";
40 license = licenses.bsd3;
41 maintainers = with maintainers; [ evax ];
42 platforms = platforms.unix;