Skip to content

Commit

Permalink
remove unndeeded requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrover1 committed Jul 15, 2023
1 parent 0810473 commit 0eac0b0
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 15 deletions.
3 changes: 0 additions & 3 deletions README.md

This file was deleted.

12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.. image:: https://img.shields.io/github/workflow/status/openradar/cmweather/CI?logo=github&style=for-the-badge
:target: https://github.com/openradar/cmweather/actions
:alt: GitHub Workflow CI Status
.. image:: https://github.com/openradar/cmweather/actions/workflows/ci.yaml/badge.svg
:target: https://github.com/openradar/cmweather/actions/workflows/ci.yaml
:alt: Continuous Integration Status

.. image:: https://img.shields.io/github/workflow/status/openradar/cmweather/code-style?label=Code%20Style&style=for-the-badge
:target: https://github.com/openradar/cmweather/actions
:alt: GitHub Workflow Code Style Status
.. image:: https://github.com/openradar/cmweather/actions/workflows/linting.yaml/badge.svg
:target: https://github.com/openradar/cmweather/actions/workflows/linting.yaml
:alt: Code Style Status

.. image:: https://img.shields.io/codecov/c/github/openradar/cmweather.svg?style=for-the-badge
:target: https://codecov.io/gh/openradar/cmweather
Expand Down
2 changes: 1 addition & 1 deletion ci/environment-docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: cmweather-dev
name: cmweather-docs
channels:
- conda-forge
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
# General information about the project.
project = 'cmweather'
current_year = datetime.datetime.now().year
copyright = f'2020-{current_year}, Open Radar Community'
copyright = f'2023-{current_year}, Open Radar Community'
author = 'Open Radar Community'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. include:: ../../README.rst
.. include:: ../../README.md

Contents:
=========
Expand Down
3 changes: 0 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
netcdf4
xarray
pooch
numpy
matplotlib

0 comments on commit 0eac0b0

Please sign in to comment.