lambda-risk 0.0.0.2__tar.gz → 0.0.0.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lambda_risk
3
- Version: 0.0.0.2
3
+ Version: 0.0.0.4
4
4
  Description-Content-Type: text/markdown
5
5
  Requires-Dist: pandas>=2.2.3
6
6
  Requires-Dist: requests>=2.32.3
@@ -8,6 +8,8 @@ Requires-Dist: numpy
8
8
  Requires-Dist: scipy
9
9
  Requires-Dist: PyQuantimClient
10
10
  Requires-Dist: holidays
11
+ Requires-Dist: pyarrow
12
+ Requires-Dist: fastparquet
11
13
  Dynamic: description
12
14
  Dynamic: description-content-type
13
15
  Dynamic: requires-dist
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lambda_risk
3
- Version: 0.0.0.2
3
+ Version: 0.0.0.4
4
4
  Description-Content-Type: text/markdown
5
5
  Requires-Dist: pandas>=2.2.3
6
6
  Requires-Dist: requests>=2.32.3
@@ -8,6 +8,8 @@ Requires-Dist: numpy
8
8
  Requires-Dist: scipy
9
9
  Requires-Dist: PyQuantimClient
10
10
  Requires-Dist: holidays
11
+ Requires-Dist: pyarrow
12
+ Requires-Dist: fastparquet
11
13
  Dynamic: description
12
14
  Dynamic: description-content-type
13
15
  Dynamic: requires-dist
@@ -1,7 +1,7 @@
1
1
  README.md
2
2
  setup.py
3
- lambda-risk/__init__.py
4
- lambda-risk/client.py
3
+ lambda_risk/__init__.py
4
+ lambda_risk/client.py
5
5
  lambda_risk.egg-info/PKG-INFO
6
6
  lambda_risk.egg-info/SOURCES.txt
7
7
  lambda_risk.egg-info/dependency_links.txt
@@ -4,3 +4,5 @@ numpy
4
4
  scipy
5
5
  PyQuantimClient
6
6
  holidays
7
+ pyarrow
8
+ fastparquet
@@ -0,0 +1 @@
1
+ lambda_risk
@@ -6,7 +6,7 @@ with open("README.md", "r") as f:
6
6
 
7
7
  setup(
8
8
  name='lambda_risk',
9
- version='0.0.0.2',
9
+ version='0.0.0.4',
10
10
  packages=find_packages(),
11
11
  include_package_data=True,
12
12
  install_requires=[
@@ -15,7 +15,9 @@ setup(
15
15
  'numpy',
16
16
  'scipy',
17
17
  'PyQuantimClient',
18
- 'holidays'
18
+ 'holidays',
19
+ 'pyarrow',
20
+ 'fastparquet'
19
21
 
20
22
  ],
21
23
  long_description=description,
@@ -1 +0,0 @@
1
- lambda-risk
File without changes
File without changes