https://github.com/hackingmaterials/MatMiner
Raw File
Tip revision: 46d6a90664dc9e804e81c2c22cbee9e7221e8315 authored by Alex Dunn on 11 April 2021, 03:16:16 UTC
Merge pull request #608 from ardunn/main
Tip revision: 46d6a90
requirements-optional.txt
# This file is automatically parsed by setup.py
# to add another dependency, list the name with a two #s preceding it
# and then all the dependencies (in pip freeze format) immediately after.

# Generally, don't mess with this file unless you know what you are doing.

## MPDS
ujson==4.0.2
jmespath==0.10.0
httplib2==0.19.1
ase==3.21.1

## dscribe
dscribe==0.3.5

## MDF-forge
mdf-forge==0.7.6

## AFLOW
aflow==0.0.11

## Citrine
citrination-client==6.5.1
back to top