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