Skip to content

Commit

Permalink
Update pyproject
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Leclerc <[email protected]>
  • Loading branch information
sylvlecl committed Jul 27, 2024
1 parent 122c9a9 commit 04d3535
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
10 changes: 7 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[project]
name = "andromede"
name = "antares-timeseries-generation"
version = "0.0.1"
license = {text="MPL-2.0"}
dependencies = []
dynamic = ["description"]
dependencies = [ "numpy", "pandas", "PyYAML" ]
classifiers = [
"Development Status :: 4 - Beta",
"License :: OSI Approved :: MIT License",
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)"
]
7 changes: 4 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
pytest~=7.0.0
mypy~=1.7.1
black~=23.7.0
isort~=5.12.0
pytest-cov
matplotlib>=3.5.1
mypy~=1.7.1
pandas-stubs
pytest-cov
pytest~=7.0.0
types-PyYAML
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
numpy==1.24.4
matplotlib>=3.5.1
pandas
PyYAML

0 comments on commit 04d3535

Please sign in to comment.