We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d36a30 + 0104ba6 commit 2378ea4Copy full SHA for 2378ea4
3 files changed
.ci_support/environment.yml
@@ -13,5 +13,4 @@ dependencies:
13
- pandas
14
- pynauty
15
- tqdm
16
- - mendeleev
17
- - sqlalchemy<2.0.0
+ - mendeleev
environment.yml
@@ -16,4 +16,3 @@ dependencies:
18
- mendeleev
19
setup.py
@@ -17,8 +17,7 @@
'pynauty',
'scipy',
'pandas',
20
- 'mendeleev',
21
- 'sqlalchemy<2.0.0'
+ 'mendeleev'
22
],
23
license="BSD 3-Clause License",
24
classifiers=["Development Status :: 4 - Beta",
0 commit comments