Skip to content

Commit

Permalink
Preparing release 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
martindevora committed Dec 28, 2023
1 parent 2c41cd3 commit e324baf
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
38 changes: 19 additions & 19 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@ cachetools==5.3.2
certifi==2023.11.17
cffi==1.16.0
charset-normalizer==3.3.2
cmake==3.28.1
configparser==5.0.1
contourpy==1.2.0
cryptography==41.0.7
cycler==0.12.1
Cython==3.0.6
dearwatson==0.9.0
dearwatson==0.9.1
ellc==1.8.8
everest-pipeline==2.0.12
exoml==0.0.18
exoml==0.1.0
extension-helpers==0.1
fbpca==1.0
filelock==3.13.1
flatbuffers==23.5.26
foldedleastsquares==1.0.42
foldedleastsquares==1.1.1
fonttools==4.47.0
fsspec==2023.12.2
future==0.18.3
gast==0.4.0
george==0.4.1
Expand All @@ -48,10 +48,9 @@ k2plr==0.2.9
keras==2.12.0
keyring==24.3.0
kiwisolver==1.4.5
lcbuilder==0.14.4
lcbuilder==0.15.0
libclang==16.0.6
lightkurve==2.4.2
lit==17.0.6
llvmlite==0.41.1
Markdown==3.5.1
MarkupSafe==2.1.3
Expand All @@ -63,17 +62,18 @@ mpmath==1.3.0
networkx==3.2.1
numba==0.58.1
numpy==1.23.5
nvidia-cublas-cu11==11.10.3.66
nvidia-cuda-cupti-cu11==11.7.101
nvidia-cuda-nvrtc-cu11==11.7.99
nvidia-cuda-runtime-cu11==11.7.99
nvidia-cudnn-cu11==8.5.0.96
nvidia-cufft-cu11==10.9.0.58
nvidia-curand-cu11==10.2.10.91
nvidia-cusolver-cu11==11.4.0.1
nvidia-cusparse-cu11==11.7.4.91
nvidia-nccl-cu11==2.14.3
nvidia-nvtx-cu11==11.7.91
nvidia-cublas-cu12==12.1.3.1
nvidia-cuda-cupti-cu12==12.1.105
nvidia-cuda-nvrtc-cu12==12.1.105
nvidia-cuda-runtime-cu12==12.1.105
nvidia-cudnn-cu12==8.9.2.26
nvidia-cufft-cu12==11.0.2.54
nvidia-curand-cu12==10.3.2.106
nvidia-cusolver-cu12==11.4.5.107
nvidia-cusparse-cu12==12.1.0.106
nvidia-nccl-cu12==2.18.1
nvidia-nvjitlink-cu12==12.3.101
nvidia-nvtx-cu12==12.1.105
oauthlib==3.2.2
oktopus==0.1.2
opt-einsum==3.3.0
Expand Down Expand Up @@ -120,10 +120,10 @@ tensorflow-io-gcs-filesystem==0.35.0
termcolor==2.4.0
tess-point==0.6.1
threadpoolctl==3.2.0
torch==2.0.0
torch==2.1.2
tornado==6.4
tqdm==4.66.1
triton==2.0.0
triton==2.1.0
typeguard==2.13.3
typing_extensions==4.7.1
uncertainties==3.1.7
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
with open("README.md", "r") as fh:
long_description = fh.read()

version = "0.9.0"
version = "0.9.1"
setuptools.setup(
name="dearwatson", # Replace with your own username
version=version,
Expand All @@ -25,7 +25,7 @@
"bokeh==2.4.2", # TPFPlotter dependency
'configparser==5.0.1',
"extension-helpers==0.1",
"exoml==0.0.18",
"exoml==0.1.0",
"imageio==2.9.0",
'pyparsing==2.4.7', # Matplotlib dependency
"pyyaml==6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion watson/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.9.0"
__version__ = "0.9.1"

0 comments on commit e324baf

Please sign in to comment.