sapiens-gpt 3.0.6__tar.gz → 3.0.7__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,15 +1,15 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: sapiens_gpt
3
- Version: 3.0.6
3
+ Version: 3.0.7
4
4
  Home-page: https://github.com/sapiens-technology/sapiens_gpt
5
5
  Author: SAPIENS TECHNOLOGY
6
6
  License: Proprietary Software
7
7
  License-File: LICENSE.txt
8
- Requires-Dist: torch
9
- Requires-Dist: numpy
10
- Requires-Dist: tiktoken
11
- Requires-Dist: tqdm
12
- Requires-Dist: certifi
8
+ Requires-Dist: torch==2.4.1
9
+ Requires-Dist: numpy==1.25.2
10
+ Requires-Dist: tiktoken==0.4.0
11
+ Requires-Dist: tqdm==4.67.1
12
+ Requires-Dist: certifi==2026.1.4
13
13
  Requires-Dist: torch-xla==2.7.0; platform_system == "Linux" and platform_machine == "x86_64"
14
14
  Dynamic: author
15
15
  Dynamic: home-page
@@ -1,15 +1,15 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: sapiens_gpt
3
- Version: 3.0.6
3
+ Version: 3.0.7
4
4
  Home-page: https://github.com/sapiens-technology/sapiens_gpt
5
5
  Author: SAPIENS TECHNOLOGY
6
6
  License: Proprietary Software
7
7
  License-File: LICENSE.txt
8
- Requires-Dist: torch
9
- Requires-Dist: numpy
10
- Requires-Dist: tiktoken
11
- Requires-Dist: tqdm
12
- Requires-Dist: certifi
8
+ Requires-Dist: torch==2.4.1
9
+ Requires-Dist: numpy==1.25.2
10
+ Requires-Dist: tiktoken==0.4.0
11
+ Requires-Dist: tqdm==4.67.1
12
+ Requires-Dist: certifi==2026.1.4
13
13
  Requires-Dist: torch-xla==2.7.0; platform_system == "Linux" and platform_machine == "x86_64"
14
14
  Dynamic: author
15
15
  Dynamic: home-page
@@ -1,8 +1,8 @@
1
- torch
2
- numpy
3
- tiktoken
4
- tqdm
5
- certifi
1
+ torch==2.4.1
2
+ numpy==1.25.2
3
+ tiktoken==0.4.0
4
+ tqdm==4.67.1
5
+ certifi==2026.1.4
6
6
 
7
7
  [:platform_system == "Linux" and platform_machine == "x86_64"]
8
8
  torch-xla==2.7.0
@@ -5,18 +5,18 @@
5
5
  # --------------------------> A SAPIENS TECHNOLOGY®️ PRODUCTION) <--------------------------
6
6
  from setuptools import setup, find_packages
7
7
  package_name = 'sapiens_gpt'
8
- version = '3.0.6'
8
+ version = '3.0.7'
9
9
  setup(
10
10
  name=package_name,
11
11
  version=version,
12
12
  author='SAPIENS TECHNOLOGY',
13
13
  packages=find_packages(),
14
14
  install_requires=[
15
- 'torch',
16
- 'numpy',
17
- 'tiktoken',
18
- 'tqdm',
19
- 'certifi',
15
+ 'torch==2.4.1',
16
+ 'numpy==1.25.2',
17
+ 'tiktoken==0.4.0',
18
+ 'tqdm==4.67.1',
19
+ 'certifi==2026.1.4',
20
20
  "torch-xla==2.7.0; platform_system=='Linux' and platform_machine=='x86_64'"
21
21
  ],
22
22
  url='https://github.com/sapiens-technology/sapiens_gpt',
File without changes
File without changes