Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
andresmegias authored Nov 9, 2022
1 parent 632fa98 commit 28ca895
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bld.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"%PYTHON%" setup.py install
if error level 1 exit 1
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$PYTHON setup.py install
27 changes: 27 additions & 0 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
package:
name: 'richvalues'
version: '1.0.5'

source:
git_rev: v1.0.5
git_url: https://github.com/andresmegias/richvalues

requirements:
host:
- python
- setuptools
build:
- python
run:
- python
- numpy
- pandas
- jupyter
- ipykernel

about:
home: https://github.com/andresmegias/richvalues
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE.txt
summary: 'Python library for dealing with uncertainties and upper/lower limits'

0 comments on commit 28ca895

Please sign in to comment.