Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
CraigYanitski committed Oct 18, 2023
1 parent 62848d5 commit f547cce
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL = /bin/zsh

.PHONY: help grid comparison build upload
.PHONY: help grid comparison build upload test_upload

help:
@echo "Use this make file to either run the model grid or model comparison."
Expand All @@ -19,3 +19,8 @@ build:
upload: build
@twine upload --repository pypi dist/*
@rm -rf dist

test_upload: build
@twine upload --repository testpypi dist/*
@rm -rf dist

2 changes: 1 addition & 1 deletion docs/_source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ def setup(app):
"numpy": ("https://numpy.org/doc/stable", None),
"scipy": ("https://docs.scipy.org/doc/scipy", None),
"numba": ("https://numba.pydata.org/numba-doc/latest", None),
}
}
8 changes: 4 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dependencies:
- jupytext==1.15.2
- keyring==24.2.0
- kiwisolver==1.4.5
- kosmatau3d
- kosmatau3d@git+https://github.com/CraigYanitski/kosmatau3d.git
- latexcodec==2.0.1
- libsass==0.22.0
- linkify-it-py==2.0.2
Expand Down Expand Up @@ -149,9 +149,9 @@ dependencies:
- pyerfa==2.0.1
- pygments==2.16.1
- pyparsing==3.1.1
# - pyqt5==5.15.9
# - pyqt5-qt5==5.15.2
# - pyqt5-sip==12.13.0
- pyqt5==5.15.9
- pyqt5-qt5==5.15.2
- pyqt5-sip==12.13.0
- pytest==7.4.2
- python-dateutil==2.8.2
- python-json-logger==2.0.7
Expand Down

0 comments on commit f547cce

Please sign in to comment.