eqcctpro 0.4.3__tar.gz → 0.4.4__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,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: eqcctpro
3
- Version: 0.4.3
3
+ Version: 0.4.4
4
4
  Description-Content-Type: text/markdown
5
5
  Requires-Dist: numpy==1.26.4
6
6
  Requires-Dist: pandas==2.2.3
@@ -47,7 +47,7 @@ It is **highly** recommended you pull the `EQCCTPro` folder to gain access to th
47
47
 
48
48
  However, if you wish to install **only the EQCCTPro Python package and use it out of the box** (method 1), run:
49
49
  ```sh
50
- **`pip install eqcctpro`**
50
+ pip install eqcctpro
51
51
  ```
52
52
  **You must have at least Python verison 3.10.14 for the application to run**.
53
53
 
@@ -18,7 +18,7 @@ It is **highly** recommended you pull the `EQCCTPro` folder to gain access to th
18
18
 
19
19
  However, if you wish to install **only the EQCCTPro Python package and use it out of the box** (method 1), run:
20
20
  ```sh
21
- **`pip install eqcctpro`**
21
+ pip install eqcctpro
22
22
  ```
23
23
  **You must have at least Python verison 3.10.14 for the application to run**.
24
24
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: eqcctpro
3
- Version: 0.4.3
3
+ Version: 0.4.4
4
4
  Description-Content-Type: text/markdown
5
5
  Requires-Dist: numpy==1.26.4
6
6
  Requires-Dist: pandas==2.2.3
@@ -47,7 +47,7 @@ It is **highly** recommended you pull the `EQCCTPro` folder to gain access to th
47
47
 
48
48
  However, if you wish to install **only the EQCCTPro Python package and use it out of the box** (method 1), run:
49
49
  ```sh
50
- **`pip install eqcctpro`**
50
+ pip install eqcctpro
51
51
  ```
52
52
  **You must have at least Python verison 3.10.14 for the application to run**.
53
53
 
@@ -30,7 +30,7 @@ with open("README.md", "r") as f:
30
30
 
31
31
  setup(
32
32
  name="eqcctpro",
33
- version="0.4.3",
33
+ version="0.4.4",
34
34
  packages=find_packages(),
35
35
  install_requires=[
36
36
  "numpy==1.26.4",
File without changes
File without changes