forked from stelais/jasmine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.py
More file actions
20 lines (19 loc) · 740 Bytes
/
Copy pathsetup.py
File metadata and controls
20 lines (19 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
from setuptools import setup
setup(name='jasmine-sis',
version='0.1.0.0.7',
description='JASMINE: Joint Analysis of Simulations for Microlensing INterest Events',
url='https://github.com/stelais/jasmine',
author='Stela IS',
author_email='stela.ishitanisilva@nasa.gov',
license='MIT',
packages=['jasmine',
'jasmine.files_organizer'],
zip_safe=False,
install_requires=["pandas==2.1.4",
"jupyter==1.0.0",
"notebook==7.1.3",
"ipykernel==6.29.4",
"matplotlib==3.8.4",
"astropy==6.1.0",
"jplephem==2.22"
])