Skip to content

Commit

Permalink
Merge pull request #28 from swagnercarena/cleanup
Browse files Browse the repository at this point in the history
Update requirements.txt
  • Loading branch information
swagnercarena authored Mar 7, 2022
2 parents 94fb9ad + 8f07828 commit f90b2e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion paltas/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__ = 'Sebastian Wagner-Carena'
__email__ = '[email protected]'
__version__ = '0.0.3'
__version__ = '0.0.4'

# Analysis is not imported by default because it required tensorflow.

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
astropy>=4.2.1
astropy>=4.0.0
colossus
drizzle>=1.13.3
lenstronomy>=1.6.0
Expand All @@ -7,4 +7,4 @@ tqdm>=4.42.1
pandas>=1.0.1
numba>=0.52.0
matplotlib>=3.3.3
pyyaml
pyyaml
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit f90b2e4

Please sign in to comment.