Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions continuous_integration/environment-3.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ dependencies:
- flake8
- act-atmos
- pint
- openpyxl
- pip:
- pymiescatt
1 change: 1 addition & 0 deletions continuous_integration/environment-3.11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ dependencies:
- flake8
- act-atmos
- pint
- openpyxl
- pip:
- pymiescatt
1 change: 1 addition & 0 deletions continuous_integration/environment-3.12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ dependencies:
- flake8
- act-atmos
- pint
- openpyxl
- pip:
- pymiescatt
21 changes: 21 additions & 0 deletions continuous_integration/environment-3.13.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: testenv
channels:
- conda-forge
- defaults
dependencies:
- python=3.13
- pip
- numpy
- scipy
- matplotlib
- netcdf4
- pytest
- pytest-mpl
- pytest-cov
- dask
- flake8
- act-atmos
- pint
- openpyxl
- pip:
- pymiescatt
1 change: 1 addition & 0 deletions continuous_integration/environment_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies:
- flake8
- pint
- act-atmos
- openpyxl
- sphinx
- doctr
- pandoc
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ xarray
pint
act-atmos
nc-time-axis
openpyxl
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def read(filename):
include_package_data=True,
packages=find_packages(exclude=('tests',)),

install_requires=[],
install_requires=['numpy', 'xarray', 'pint', 'act-atmos', 'nc-time-axis', 'openpyxl'],

classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down