Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ build:

requirements:
host:
- python
- python >=3.9.2
- flit

run:
- python
- python >=3.9.2
- jinja2
- ruamel.yaml >=0.15
- matplotlib
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ classifiers = [
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Physics",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7"
"Programming Language :: Python :: 3.9"
]
description-file="README.md"
requires = [
"python>=3.9.2",
"jinja2",
"ruamel.yaml>=0.15",
"matplotlib",
Expand Down
Loading