psyke 1.0.2__py3-none-any.whl → 1.0.3__py3-none-any.whl

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 psyke might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: psyke
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary: Python-based implementation of PSyKE, i.e. a Platform for Symbolic Knowledge Extraction
5
5
  Home-page: https://github.com/psykei/psyke-python
6
6
  Author: Matteo Magnini
@@ -16,10 +16,10 @@ Classifier: Topic :: Software Development :: Libraries
16
16
  Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
17
17
  Classifier: License :: OSI Approved :: Apache Software License
18
18
  Classifier: Programming Language :: Python :: 3
19
- Classifier: Programming Language :: Python :: 3.9
19
+ Classifier: Programming Language :: Python :: 3.11
20
20
  Classifier: Programming Language :: Python :: 3 :: Only
21
21
  Classifier: Programming Language :: Prolog
22
- Requires-Python: >=3.9.0, <3.10
22
+ Requires-Python: ==3.11
23
23
  Description-Content-Type: text/markdown
24
24
  License-File: LICENSE
25
25
  Requires-Dist: numpy~=1.26.0
@@ -156,8 +156,8 @@ iris(PetalLength8, PetalWidth8, SepalLength8, SepalWidth8, setosa) :- true.
156
156
  ## Developers
157
157
 
158
158
  Working with PSyKE codebase requires a number of tools to be installed:
159
- * Python 3.9
160
- + Python version greater than `3.9.x` are currently __not__ supported
159
+ * Python 3.11
160
+ + Python version greater than `3.11.x` are currently __not__ supported
161
161
 
162
162
  * JDK 11+ (please ensure the `JAVA_HOME` environment variable is properly configured)
163
163
  * Git 2.20+
@@ -39,8 +39,8 @@ psyke/utils/logic.py,sha256=ioP25WMTYNYEzaRDNDe3kGNWqZ6DA_63t19d-ky_2kM,12227
39
39
  psyke/utils/metrics.py,sha256=Oo5BOonOSfo0qYsXWT5dmypZ7jiStByFC2MKEU0uMHg,2250
40
40
  psyke/utils/plot.py,sha256=dE8JJ6tQ0Ezosid-r2jqAisREjFe5LqExRzsVi5Ns-c,7785
41
41
  psyke/utils/sorted.py,sha256=C3CPW2JisND30BRk5c1sAAHs3Lb_wsRB2qZrYFuRnfM,678
42
- psyke-1.0.2.dist-info/licenses/LICENSE,sha256=G3mPaubObvkBXbsgTTeYGLk_pNEW8tc7HZr4u_wLEpU,11398
43
- psyke-1.0.2.dist-info/METADATA,sha256=HQTObEeXUg4ptAbjIumWz5Q_EmITtFKcwSiRRuteae4,8389
44
- psyke-1.0.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
45
- psyke-1.0.2.dist-info/top_level.txt,sha256=q1HglxOqqoIRukFtyis_ZNHczZg4gANRUPWkD7HAUTU,6
46
- psyke-1.0.2.dist-info/RECORD,,
42
+ psyke-1.0.3.dist-info/licenses/LICENSE,sha256=G3mPaubObvkBXbsgTTeYGLk_pNEW8tc7HZr4u_wLEpU,11398
43
+ psyke-1.0.3.dist-info/METADATA,sha256=GWuL9JPAhap2tmfRmF1zF7wUcdu-SkbLXMUa8jdw4Ao,8384
44
+ psyke-1.0.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
45
+ psyke-1.0.3.dist-info/top_level.txt,sha256=q1HglxOqqoIRukFtyis_ZNHczZg4gANRUPWkD7HAUTU,6
46
+ psyke-1.0.3.dist-info/RECORD,,
File without changes