Skip to content

Commit

Permalink
Merge branch 'sty/pyproject' of https://github.com/pysat/pysatMissions
Browse files Browse the repository at this point in the history
…into sty/pyproject
  • Loading branch information
jklenzing committed May 31, 2023
2 parents d6d3e58 + 2a12ca3 commit 9c8bf34
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
if: ${{ matrix.test_config == 'NEP29'}}
run: |
pip install numpy==${{ matrix.numpy_ver }}
pip install netCDF4<1.6.2
pip install --upgrade-strategy only-if-needed .[test]
- name: Install standard dependencies
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "pysatMissions"
version = "0.3.4"
description = "Mission Planning toolkit for pysat"
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.6"
license = {file = "LICENSE"}
authors = [
{name = "Jeff Klenzing", email = "pysat.developers@gmail.com"}
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from setuptools import setup

# package metadata stored in pyproject.toml
# tool configurations stored in setup.cfg
# Package metadata is stored in pyproject.toml.
# Tool configurations are stored in setup.cfg.

setup()

0 comments on commit 9c8bf34

Please sign in to comment.