Unverified Commit bcc22bf2 authored by jlaura's avatar jlaura Committed by GitHub
Browse files

PVL does exist (#569)

parent ad69077a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
package:
  name: autocnet
  version: 0.4.0
  version: 0.4.1
  
channels:
  - conda-forge
@@ -50,6 +50,7 @@ requirements:
      - plio>=1.3
      - plurmy
      - proj >= 7.0.0, <8
      - pvl >= 1.0
      - psycopg2
      - pyproj
      - pysis
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ dependencies:
  - plurmy
  - psycopg2
  - proj>=7.0.0,<8
  - pvl>=1.0
  - pyproj
  - pytest
  - pytest-cov
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ def setup_package():

    setup(
        name = "autocnet",
        version = '0.4.0',
        version = '0.4.1',
        author = "Jay Laura",
        author_email = "jlaura@usgs.gov",
        description = ("I/O API to support planetary data formats."),