Skip to content

Commit

Permalink
huh
Browse files Browse the repository at this point in the history
  • Loading branch information
pinarda committed Feb 2, 2024
1 parent dab15a0 commit 99e1363
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
dependencies:
# - python=*=*cp*
- python=3.8
- python=3.9
- cartopy
- cf_xarray
- cmocean
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Topic :: Scientific/Engineering',
]

setup(
name='ldcpy',
description='A library for lossy compression of netCDF files using xarray',
long_description=long_description,
python_requires='=3.8',
python_requires='>=3.8',
maintainer='Alex Pinard',
maintainer_email='apinard@mines.edu',
classifiers=CLASSIFIERS,
Expand Down

0 comments on commit 99e1363

Please sign in to comment.