Skip to content

Commit

Permalink
removed xarray, numpy, and GitPython requirements, removed pull_data …
Browse files Browse the repository at this point in the history
…from __init__.py, it will likely be removed completely soon
  • Loading branch information
bgarwood committed Jun 7, 2023
1 parent d29092f commit cf767dc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
1 change: 0 additions & 1 deletion casaconfig/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
from .private.measures_update import measures_update
from .private.measures_available import measures_available
from .private.set_casacore_path import set_casacore_path
from .private.pull_data import pull_data
from .private.get_config import get_config
3 changes: 0 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
xarray>=0.16.2
numpy>=1.18.4
GitPython==3.1.18
importlib_metadata>=4.8.1
certifi>=2023.5.7
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='casaconfig',
version='0.0.53',
version='0.0.54',
description='CASA Operational Configuration Package',
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -17,9 +17,6 @@
packages=find_packages(),
package_data={'casaconfig': ['__data__/*']},
include_package_data=True,
install_requires=['xarray>=0.16.2',
'numpy>=1.18.4',
'GitPython>=3.1.18',
'importlib_metadata>=4.8.1',
install_requires=['importlib_metadata>=4.8.1',
'certifi>=2023.5.7']
)

0 comments on commit cf767dc

Please sign in to comment.