Skip to content

Commit

Permalink
MAINT: update version limits
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Aug 4, 2022
1 parent b6246f4 commit 3cbfe24
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Python 3.8+.
| -------------- | ----------------- |
| numpy | aacgmv2 |
| pandas | apexpy |
| pyEphem | pysat>=3.0 |
| pyEphem | pysat>=3.0.2 |
| sgp4>=2.7 | |


Expand All @@ -63,7 +63,7 @@ python setup.py install

Note: pre-1.0.0 version
-----------------------
pysatMissions is currently in an initial development phase and requires pysat 3.0.0.
pysatMissions is currently in an initial development phase and requires pysat 3.0.2.

# Using with pysat

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ apexpy
geospacepy
numpy
pandas
pysat>=3.0
pysat>=3.0.2
pyEphem
sgp4>=2.7
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ install_requires =
numpy
OMMBV
pandas
pysat>=3.0
pysat
pyEphem
sgp4

Expand Down

0 comments on commit 3cbfe24

Please sign in to comment.