We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 167ca2c commit 325993dCopy full SHA for 325993d
environment.yml
@@ -3,6 +3,7 @@ channels:
3
- conda-forge
4
- defaults
5
dependencies:
6
+ - python <= 3.11
7
- numpy
8
- pycsep
9
- dateparser
setup.cfg
@@ -34,7 +34,7 @@ install_requires =
34
seaborn
35
tables
36
xmltodict
37
-python_requires = >=3.9
+python_requires = >=3.9,<3.12
38
zip_safe = no
39
40
[options.packages.find]
0 commit comments