We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f1e69 commit 87b39cfCopy full SHA for 87b39cf
pyproject.toml
@@ -15,11 +15,11 @@ namespaces = true
15
16
# ----------------------------------------- Project Metadata -------------------------------------
17
[project]
18
-version = "0.0.0.dev7"
+version = "0.0.0.dev8"
19
name = "PyColorIT"
20
requires-python = ">=3.10"
21
dependencies = [
22
"numpy",
23
- "PkgData == 0.0.0.dev4",
+ "PkgData == 0.0.0.dev5",
24
"ipython",
25
]
requirements.txt
@@ -0,0 +1,3 @@
1
+numpy
2
+PkgData == 0.0.0.dev5
3
+ipython
0 commit comments