Skip to content

Commit

Permalink
updated packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrosskopf committed Jan 9, 2024
1 parent ea84d47 commit 201ba6e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@
_authors_email = ["[email protected]", "[email protected]"]

_install_requires = [
"click",
"joblib",
"matplotlib",
"numba",
"numpy",
"obspy",
"pyasdf",
"pyopengl",
"click==8.0.1",
"joblib==1.2.0",
"matplotlib==3.4.3",
"numba==0.54.0",
"numpy==1.20.3",
"obspy==1.2.2",
"pyasdf==0.7.5",
"pyopengl==3.1.5",
"pyproj>=3",
"pyqtgraph",
"pyside6",
"pyyaml",
"schema",
"scipy",
"tqdm",
"pyqtgraph==0.12.2",
"pyside6==6.1.3",
"pyyaml==5.4.1",
"schema==0.7.4",
"scipy==1.7.1",
"tqdm==4.62.3",
]

setup(
Expand Down

0 comments on commit 201ba6e

Please sign in to comment.