Skip to content

Commit

Permalink
trying to create conda that works. this refs #109
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanBilheux committed May 5, 2022
1 parent 9db3689 commit da4fa2b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

package:
name: "ibeatles"
version: "1.0.26"
version: "1.0.28"

source:
path: ..
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ numpy
pandas
Pillow
progressbar2
#pyfits==3.4
pyqtgraph==0.12.1
pytest
scikit-image
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def read_requirements_from_file(filepath):

setup(name="ibeatles",
# version=versioneer.get_version(),
version="1.0.13",
version="not_used",
description="Bragg Edge Fitting and Strain Calculator",
author="Jean Bilheux",
author_email="[email protected]",
Expand Down

0 comments on commit da4fa2b

Please sign in to comment.