Skip to content

Commit

Permalink
Changed requirements to use PyPI pymetdecoder
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryPTB committed Feb 19, 2024
1 parent 75c8e53 commit e1531ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
click
pymetdecoder @ git+https://github.com/wmo-im/pymetdecoder.git@v0.1.11
pymetdecoder-wmo
csv2bufr @ git+https://github.com/wmo-im/csv2bufr.git@v0.8.1
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def get_package_version():
os.unlink('MANIFEST')

# Install dependencies not on PyPI
subprocess.check_call("pip install 'pymetdecoder @ git+https://github.com/wmo-im/pymetdecoder.git@v0.1.11'", shell=True)
subprocess.check_call("pip install 'csv2bufr @ git+https://github.com/wmo-im/csv2bufr.git@v0.8.1'", shell=True)

setup(
Expand Down

0 comments on commit e1531ca

Please sign in to comment.