Skip to content
Snippets Groups Projects
Commit 96119ae5 authored by 数学の武士's avatar 数学の武士
Browse files

Add conda installer

parent 38ac0b75
No related branches found
No related tags found
No related merge requests found
{% set version = "0.1.0" %}
package:
name: plotter
version: {{ version }}
source:
path: plotter/
build:
noarch: python
number: 0
script: python3.10 -m pip install .
requirements:
run:
- python3.10
- numpy>=1.23.5
- matplotlib >=3.6.2
- natsort >=8.2.0
- imageio >=2.22.4
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment