From 0e7b63fa0764e51e5e850794fc87e79994bff195 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner-Carena Date: Mon, 7 Mar 2022 15:30:50 -0300 Subject: [PATCH 1/2] Update requirements.txt some user installs have issues with astropy 4.2.1 not existing. Lowering requirement to 4.0.0 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 03928b5c..48fec71a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -astropy>=4.2.1 +astropy>=4.0.0 colossus drizzle>=1.13.3 lenstronomy>=1.6.0 @@ -7,4 +7,4 @@ tqdm>=4.42.1 pandas>=1.0.1 numba>=0.52.0 matplotlib>=3.3.3 -pyyaml \ No newline at end of file +pyyaml From bb965fa07ca599e959b8a9b63127a1e04e39e50c Mon Sep 17 00:00:00 2001 From: Sebastian Wagner-Carena Date: Mon, 7 Mar 2022 10:35:12 -0800 Subject: [PATCH 2/2] updated version --- paltas/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/paltas/__init__.py b/paltas/__init__.py index 3f1aef29..452baa6c 100644 --- a/paltas/__init__.py +++ b/paltas/__init__.py @@ -1,6 +1,6 @@ __author__ = 'Sebastian Wagner-Carena' __email__ = 'sebaswagner@outlook.com' -__version__ = '0.0.3' +__version__ = '0.0.4' # Analysis is not imported by default because it required tensorflow. diff --git a/setup.py b/setup.py index 7e774ec9..6978c8d3 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name='paltas', - version='0.0.3', + version='0.0.4', description='Strong lens substructure package.', long_description=readme, author='Sebastian Wagner-Carena',