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:
Eric Winter
2025-06-20 20:43:42 +00:00
2 changed files with 8 additions and 2 deletions

View File

@@ -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"

View File

@@ -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'