Skip to content

Commit

Permalink
v1.35
Browse files Browse the repository at this point in the history
v1.35 - updating YML for compatibility in anaconda
  • Loading branch information
joaomcteixeira authored Aug 20, 2019
2 parents 29e2ef8 + 0ebdf60 commit 471bd30
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions install/farseernmr.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# version: 1
# version: 2
name: farseernmr
dependencies:
- astropy=1.3.2
- astropy
- matplotlib=2.0.2
- numpy=1.12.1
- pandas=0.20.1
- pandas=0.20
- pyqt=5.6.0
- python=3.6.2
- scipy=0.19.0
- scipy
24 changes: 12 additions & 12 deletions install/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,20 +331,20 @@ def _formats_short_title(s):
______ _ _ ___ _________
| ___| | \ | || \/ || ___ \
| |_ __ _ _ __ ___ ___ ___ _ __ ______ | \| || . . || |_/ /
| _|/ _` || '__|/ __| / _ \ / _ \| '__||______|| . ` || |\/| || /
| | | (_| || | \__ \| __/| __/| | | |\ || | | || |\ \
\_| \__,_||_| |___/ \___| \___||_| \_| \_/\_| |_/\_| \_|
______ _____ _ _ ___ _________
| ___| / ___| | \ | || \/ || ___ \
| |_ __ _ _ __\ `--. ___ ___ _ __ ______ | \| || . . || |_/ /
| _|/ _` || '__|`--. \ / _ \ / _ \| '__||______|| . ` || |\/| || /
| | | (_| || | /\__/ /| __/| __/| | | |\ || | | || |\ \
\_| \__,_||_| \____/ \___| \___||_| \_| \_/\_| |_/\_| \_|
__ _____ ___
/ | |____ | / |
__ __`| | / / / /| |
\ \ / / | | \ \ / /_| |
\ V / _| |_ _ .___/ /_\___ |
\_/ \___/(_)\____/(_) |_/
__ _____ _____
/ | |____ | | ___|
__ __`| | / / |___ \
\ \ / / | | \ \ \ \
\ V / _| |_ _ .___/ /_ /\__/ /
\_/ \___/(_)\____/(_)\____/
Expand Down
2 changes: 1 addition & 1 deletion install/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

# configure accordingly to the host project
software_name = "Farseer-NMR"
software_version = (1, 3, 4) # v1.0.0
software_version = (1, 3, 5) # v1.0.0
min_space_allowed = 3 # min GB required to install your software
installation_log_name = "install.log"
update_log_name = "update.log"
Expand Down

0 comments on commit 471bd30

Please sign in to comment.