Coder Social home page Coder Social logo

Supporting Python 3.12 about axelrod HOT 1 CLOSED

marcharper avatar marcharper commented on June 11, 2024
Supporting Python 3.12

from axelrod.

Comments (1)

marcharper avatar marcharper commented on June 11, 2024

Here's a rough translation to pyproject.toml

[build-system]
requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"

[project]
dynamic = ["version"]
description = "Iterated Prisoner's Dilemma in Python"
readme = {file = "README.rst", content-type = "text/x-rst"}
license = {file = "LICENSE.txt"}
authors = [
  {name = "Vince Knight"},
  {name = "Owen Campbell"},
  {name = "Karol Langner"},
  {name = "Marc Harper"},
  {email = "[email protected]")
]
maintainers = [
  {name = "Vince Knight"},
  {name = "Owen Campbell"},
  {name = "Marc Harper"},
  {name = "Nikoleta Glynasti"}
]
requires-python = ">= 3.8"
dependencies = [
  # dask dependencies: https://docs.dask.org/en/latest/install.html
  "cloudpickle>=0.2.2",
  "fsspec>=0.6.0",
  "toolz>=0.8.2",
  "dask>=2.9.2",
  "matplotlib>=3.0.3",
  "numpy>=1.17.4",
  "pandas>=1.0.0",
  "pyyaml>=5.1",
  "scipy>=1.3.3",
  "tqdm>=4.39.0"
]
classifiers = [
  "Development Status :: 5 - Production/Stable",
  "Intended Audience :: Developers",
  "Topic :: Software Development :: Build Tools",
  "License :: OSI Approved :: MIT License",
  "Programming Language :: Python :: 3",
  "Programming Language :: Python :: 3.10",
  "Programming Language :: Python :: 3.11",
  "Programming Language :: Python :: 3.12",
]

[project.optional-dependencies]
human = ["prompt-toolkit>=3.0"]
development = [
  "prompt-toolkit>=3.0",
  "hypothesis==5.19.3",
]

[project.urls]
Documentation = "https://axelrod.readthedocs.org/"
Repository = "https://github.com/Axelrod-Python/Axelrod"

It doesn't handle these lines from setup.py yet:

    include_package_data=True,
    package_data={"": ["axelrod/data/*"]},
    packages=["axelrod", "axelrod.strategies", "axelrod.data"],

from axelrod.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.