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 10cce0b commit bf6d80aCopy full SHA for bf6d80a
setup.cfg
@@ -10,6 +10,7 @@ classifiers =
10
Programming Language :: Python :: 3
11
Operating System :: POSIX :: Linux
12
Operating System :: Microsoft :: Windows
13
+ Operating System :: MacOS
14
Topic :: Database
15
Topic :: Database :: Database Engines/Servers
16
url = https://github.com/man-group/arcticdb
@@ -34,7 +35,7 @@ install_requires =
34
35
# conda-forge's package and feedstock browser.
36
#
37
# See: https://conda-forge.org/feedstock-outputs/
- numpy
38
+ numpy
39
pandas
40
attrs
41
dataclasses ; python_version < '3.7'
0 commit comments