Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix overflow error on windows, go back to allow python 3.12 #16

Merged
merged 2 commits into from
Sep 18, 2024

Commits on Sep 16, 2024

  1. fix windows error

    Fix overflow error on windows, issue SapienzaNLP#15
    stevereiner committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    62a46a0 View commit details
    Browse the repository at this point in the history
  2. Allow python 3.12 again

    Should put back allowing python 3.12 that relik 1.0.7 prevents.
    Retesting on ubuntu with fresh python 3.12 install, relik 1.0.6 was fine.
    Issue SapienzaNLP#14 on linux was just messed up python 3,12 env.
    Issue SapienzaNLP#14 and SapienzaNLP#15 windows overflow on all python versions needs the csv.field_size_limit change.
    stevereiner committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    aa871fa View commit details
    Browse the repository at this point in the history