Skip to content
Snippets Groups Projects
Commit 6abb7f18 authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

feat : deps are now in pyproject.toml

parent edfa32a8
No related branches found
No related tags found
2 merge requests!212Version 0.3.0,!116feat/release_pip
Pipeline #45139 waiting for manual action
[project] [project]
name = "aidge_core" name = "aidge_core"
description="Core implementations of the operators and graph of aidge framework" description="Core implementations of the operators and graph of aidge framework"
dependencies = ["numpy"] dependencies = ["numpy==1.26.4"]
requires-python = ">= 3.7" requires-python = ">= 3.7"
readme = "README.md" readme = "README.md"
license = { file = "LICENSE" } license = { file = "LICENSE" }
......
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile pyproject.toml
#
numpy==1.26.4
# via aidge_core (pyproject.toml)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment