eqcctpro 0.4.4__tar.gz → 0.4.6__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of eqcctpro might be problematic. Click here for more details.

@@ -1,6 +1,13 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: eqcctpro
3
- Version: 0.4.4
3
+ Version: 0.4.6
4
+ Summary: EQCCTPro: A powerful seismic event detection toolkit
5
+ Author-email: Constantinos Skevofilax <constantinos.skevofilax@austin.utexas.edu>, Victor Salles <victor.salles@beg.utexas.edu>
6
+ Project-URL: Homepage, https://pypi.org/project/eqcctpro/
7
+ Project-URL: Repository, https://github.com/ut-beg-texnet/eqcctpro
8
+ Project-URL: Issues, https://github.com/ut-beg-texnet/eqcctpro/issues
9
+ Project-URL: Documentation, https://github.com/ut-beg-texnet/eqcct/blob/main/eqcctpro/README.md
10
+ Requires-Python: >=3.10.14
4
11
  Description-Content-Type: text/markdown
5
12
  Requires-Dist: numpy==1.26.4
6
13
  Requires-Dist: pandas==2.2.3
@@ -23,9 +30,6 @@ Requires-Dist: grpcio==1.70.0
23
30
  Requires-Dist: absl-py==2.1.0
24
31
  Requires-Dist: h5py==3.12.1
25
32
  Requires-Dist: pynvml==12.0.0
26
- Dynamic: description
27
- Dynamic: description-content-type
28
- Dynamic: requires-dist
29
33
 
30
34
  # EQCCTPro: powerful seismic event detection toolkit
31
35
 
@@ -1,6 +1,13 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: eqcctpro
3
- Version: 0.4.4
3
+ Version: 0.4.6
4
+ Summary: EQCCTPro: A powerful seismic event detection toolkit
5
+ Author-email: Constantinos Skevofilax <constantinos.skevofilax@austin.utexas.edu>, Victor Salles <victor.salles@beg.utexas.edu>
6
+ Project-URL: Homepage, https://pypi.org/project/eqcctpro/
7
+ Project-URL: Repository, https://github.com/ut-beg-texnet/eqcctpro
8
+ Project-URL: Issues, https://github.com/ut-beg-texnet/eqcctpro/issues
9
+ Project-URL: Documentation, https://github.com/ut-beg-texnet/eqcct/blob/main/eqcctpro/README.md
10
+ Requires-Python: >=3.10.14
4
11
  Description-Content-Type: text/markdown
5
12
  Requires-Dist: numpy==1.26.4
6
13
  Requires-Dist: pandas==2.2.3
@@ -23,9 +30,6 @@ Requires-Dist: grpcio==1.70.0
23
30
  Requires-Dist: absl-py==2.1.0
24
31
  Requires-Dist: h5py==3.12.1
25
32
  Requires-Dist: pynvml==12.0.0
26
- Dynamic: description
27
- Dynamic: description-content-type
28
- Dynamic: requires-dist
29
33
 
30
34
  # EQCCTPro: powerful seismic event detection toolkit
31
35
 
@@ -1,4 +1,5 @@
1
1
  README.md
2
+ pyproject.toml
2
3
  setup.py
3
4
  eqcctpro/__init__.py
4
5
  eqcctpro.egg-info/PKG-INFO
@@ -0,0 +1,48 @@
1
+ [build-system]
2
+ requires = ["setuptools", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "eqcctpro"
7
+ version = "0.4.6"
8
+ description = "EQCCTPro: A powerful seismic event detection toolkit"
9
+ readme = "README.md"
10
+ requires-python = ">=3.10.14"
11
+ authors = [
12
+ { name = "Constantinos Skevofilax", email = "constantinos.skevofilax@austin.utexas.edu" },
13
+ { name = "Victor Salles", email = "victor.salles@beg.utexas.edu"}
14
+ ]
15
+ license = { file = "LICENSE" }
16
+ dependencies = [
17
+ "numpy==1.26.4",
18
+ "pandas==2.2.3",
19
+ "matplotlib==3.10.0",
20
+ "obspy==1.4.1",
21
+ "progress==1.6",
22
+ "psutil==6.1.1",
23
+ "ray==2.42.1",
24
+ "schedule==1.2.2",
25
+ "sdnotify==0.3.2",
26
+ "tensorflow>=2.15,<2.19",
27
+ "tensorflow-estimator>=2.15,<2.19",
28
+ "tensorflow-io-gcs-filesystem==0.37.1",
29
+ "tensorboard==2.15.2",
30
+ "tensorboard-data-server==0.7.2",
31
+ "silence-tensorflow==1.2.3",
32
+ "scipy==1.15.1",
33
+ "protobuf==4.25.6",
34
+ "grpcio==1.70.0",
35
+ "absl-py==2.1.0",
36
+ "h5py==3.12.1",
37
+ "pynvml==12.0.0"
38
+ ]
39
+
40
+ [project.urls]
41
+ Homepage = "https://pypi.org/project/eqcctpro/"
42
+ Repository = "https://github.com/ut-beg-texnet/eqcctpro"
43
+ Issues = "https://github.com/ut-beg-texnet/eqcctpro/issues"
44
+ Documentation = "https://github.com/ut-beg-texnet/eqcct/blob/main/eqcctpro/README.md"
45
+
46
+ [tool.setuptools.packages.find]
47
+ where = ["."]
48
+ include = ["eqcctpro*"]
@@ -57,4 +57,4 @@ setup(
57
57
  ],
58
58
  long_description=description,
59
59
  long_description_content_type="text/markdown"
60
- )
60
+ )
File without changes
File without changes
File without changes