Skip to content

Commit

Permalink
Merge branch 'main' into dev_report_only
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriupredoi committed Aug 11, 2023
2 parents c79c045 + 4e98cdd commit db4b9f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ dependencies:
- matplotlib
- nctoolkit >=0.8.7 # use linux64 build
- netcdf4
- numpy !=1.24.3
- numpy >1.24.3, <1.25 # basemap=1.3.7 needs <1.25
- pip !=21.3
- python >=3.9
- pyyaml
- scipy
- scipy >=1.6
- scikit-learn
# Python packages - dependencies for testing
- flake8
- iris
- iris >=3.4.0
- pytest >=3.9,!=6.0.0rc1,!=6.0.0
- pytest-cov >=2.10.1
- pytest-env
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@
'matplotlib',
'nctoolkit>=0.8.7', # use linux64 build
'netcdf4',
'numpy!=1.24.3',
'numpy>1.24.3,<1.25', # basemap 1.3.7 needs <1.25
'pip!=21.3',
'pyyaml',
'scikit-learn',
'scipy',
'scipy>=1.6',
],
# Test dependencies
# Execute 'python setup.py test' to run tests
'test': [
'flake8',
'scitools-iris>=3.4.0',
'pytest>=3.9,!=6.0.0rc1,!=6.0.0',
'pytest-cov>=2.10.1',
'pytest-env',
'pytest-flake8>=1.0.6',
'pytest-html!=2.1.0',
'pytest-metadata>=1.5.1',
'pytest-mypy',
Expand All @@ -58,7 +58,7 @@
'isort',
'pre-commit',
'prospector[with_pyroma,with_mypy]>=1.9.0',
'sphinx>2',
'sphinx>=5',
'sphinx_rtd_theme',
'vprof',
'yamllint',
Expand Down

0 comments on commit db4b9f1

Please sign in to comment.