selik / xport

Python reader and writer for SAS XPORT data transport files.
MIT License
49 stars 24 forks source link

Not works in python 3.11 #112

Open ChristianEbeling opened 3 months ago

ChristianEbeling commented 3 months ago

in setup.cfg please please specify the version of numpy==1.26.4 otherwise if not works with 3.11

install_requires =
    click>=7.1.1
    numpy==1.26.4
    pandas>=1.3.5,<1.4
    pyyaml