forked from mlco2/codecarbon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yaml
52 lines (45 loc) · 1.3 KB
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{% set version = "1.2.0" %}
package:
name: codecarbon
version: {{ version }}
source:
path: ../..
build:
noarch: python
number: 0
string: py36
script: python -m pip install --no-deps --ignore-installed .
requirements:
host:
- python
- pip
run:
- python=3.6.*
- arrow
- apscheduler
- dash
- dash-bootstrap-components
- dataclasses
- fire
- pandas
- requests
- psutil
- pynvml
- py-cpuinfo
- fuzzywuzzy
test:
imports:
- codecarbon
- codecarbon.core
- codecarbon.external
- codecarbon.viz
about:
home: https://github.com/mlco2/codecarbon
license: MIT
summary: 'Emissions Tracker'
description: |
Emissions Tracker is a Python package for tracking the carbon emissions produced by various kinds of computer programs, from straightforward algorithms to deep neural networks.
By taking into account your computing infrastructure, location, usage and running time, Emissions Tracker can provide an estimate of how much CO2 you produced, and give you some comparisons with common modes of transporation to give you an order of magnitude.
dev_url: https://github.com/mlco2/codecarbon
doc_url: https://pypi.python.org/TO-BE-DEFINED/codecarbon
doc_source_url: https://github.com/mlco2/codecarbon/blob/master/README.md