mirror of
https://github.com/JHUAPL/kaipy.git
synced 2026-01-09 14:28:02 -05:00
Merged in ewinter-fix_setup_dependencies (pull request #11)
Fixed dependencies, bumped version to 1.1.2. Approved-by: Nikhil Rao
This commit is contained in:
@@ -7,7 +7,7 @@ include-package-data = true
|
||||
|
||||
[project]
|
||||
name = "kaipy"
|
||||
version = "1.1.1"
|
||||
version = "1.1.2"
|
||||
authors = [
|
||||
{name = "Eric Winter", email = "eric.winter@jhuapl.edu"},
|
||||
]
|
||||
@@ -22,7 +22,9 @@ classifiers = [
|
||||
dependencies = [
|
||||
"alive_progress",
|
||||
"astropy",
|
||||
"cartopy",
|
||||
"cdasws",
|
||||
"cmasher",
|
||||
"configparser",
|
||||
"h5py",
|
||||
"jupyterlab",
|
||||
@@ -34,6 +36,7 @@ dependencies = [
|
||||
"slack_sdk",
|
||||
"spacepy",
|
||||
"sphinx-rtd-theme",
|
||||
"sphinxcontrib-autoprogram",
|
||||
"sunpy",
|
||||
"gfz-api-client",
|
||||
"supermag-api"
|
||||
|
||||
5
setup.py
5
setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name='kaipy',
|
||||
version='1.1.1',
|
||||
version='1.1.2',
|
||||
description='Python software for CGS MAGE and other Kaiju models',
|
||||
author='Kaiju team',
|
||||
author_email='wiltbemj@ucar.edu',
|
||||
@@ -21,7 +21,9 @@ setup(
|
||||
install_requires=[
|
||||
'alive_progress',
|
||||
'astropy',
|
||||
'cartopy',
|
||||
'cdasws',
|
||||
'cmasher',
|
||||
'configparser',
|
||||
'h5py',
|
||||
'jupyterlab',
|
||||
@@ -33,6 +35,7 @@ setup(
|
||||
'slack_sdk',
|
||||
'spacepy',
|
||||
'sphinx-rtd-theme',
|
||||
'sphinxcontrib-autoprogram',
|
||||
'sunpy',
|
||||
'gfz-api-client',
|
||||
'supermag-api'
|
||||
|
||||
Reference in New Issue
Block a user