We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b7689a commit 9a27cdeCopy full SHA for 9a27cde
3 files changed
docs/requirements.txt
@@ -7,7 +7,7 @@ netCDF4
7
pywavelets
8
astropy
9
pyspedas
10
-pytplot-mpl-temp>=2.2.59
+pytplot-mpl-temp>=2.2.60
11
geopack>=1.0.9
12
viresclient
13
hapiclient
meta.yaml
@@ -1,13 +1,13 @@
1
{% set name = "pytplot" %}
2
-{% set version = "2.2.59" %}
+{% set version = "2.2.60" %}
3
4
package:
5
name: "{{ name|lower }}"
6
version: "{{ version }}"
source:
git_url: https://github.com/MAVENSDC/pytplot.git
- git_rev: v2.2.59
+ git_rev: v2.2.60
build:
number: 0
script: "{{ PYTHON }} -m pip install . -vv"
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = pytplot-mpl-temp
-version = 2.2.59
+version = 2.2.60
author = MAVEN SDC
author_email = mavensdc@lasp.colorado.edu
description = A python version of IDL tplot libraries
0 commit comments